Simple application for testing GSplitPane behavior.
More...
|
| static void | main (@NotNull final String[] args) throws InterruptedException, InvocationTargetException |
| | The entry point of the application. More...
|
| |
|
| static JPanel | newPanel (final int width, final int height, @NotNull final Color color) |
| | Creates a new colored area. More...
|
| |
Simple application for testing GSplitPane behavior.
Displays a JFrame consisting of colored areas separated by GSplitPanes.
- Author
- Andreas Kirschbaum
Definition at line 43 of file GSplitPaneTestApplication.java.
◆ GSplitPaneTestApplication()
| net.sf.gridarta.gui.utils.GSplitPaneTestApplication.GSplitPaneTestApplication |
( |
| ) |
|
|
private |
◆ main()
| static void net.sf.gridarta.gui.utils.GSplitPaneTestApplication.main |
( |
@NotNull final String [] |
args | ) |
throws InterruptedException, InvocationTargetException |
|
static |
◆ newPanel()
| static JPanel net.sf.gridarta.gui.utils.GSplitPaneTestApplication.newPanel |
( |
final int |
width, |
|
|
final int |
height, |
|
|
@NotNull final Color |
color |
|
) |
| |
|
staticprivate |
◆ MIN_SIZE
| final int net.sf.gridarta.gui.utils.GSplitPaneTestApplication.MIN_SIZE = 2 |
|
staticprivate |
The documentation for this class was generated from the following file: