GridContainer
Overview
Is a class that uses grid layout, where each cell is a container. To use as cell you need to create a class that extends from GridContainer.Cell.
This component only works until version 4.3.8.
Source Code
Construtor
Constructs a GridContainer with the given orientation
Methods
References
See the Java Docs for more information.
Last updated