![]() |
Gridarta Editor
|
Simple application for testing GSplitPane behavior. More...
Static Public Member Functions | |
static void | main (@NotNull final String @NotNull[] args) throws InterruptedException, InvocationTargetException |
The entry point of the application. More... | |
Private Member Functions | |
GSplitPaneTestApplication () | |
Private constructor to prevent instantiation. More... | |
Static Private Member Functions | |
static JPanel | newPanel (final int width, final int height, @NotNull final Color color) |
Creates a new colored area. More... | |
Static Private Attributes | |
static final int | MIN_SIZE = 2 |
The minimal size of components. More... | |
Simple application for testing GSplitPane behavior.
Displays a {} consisting of colored areas separated by GSplitPane GSplitPanes}. Andreas Kirschbaum
Definition at line 41 of file GSplitPaneTestApplication.java.
|
private |
Private constructor to prevent instantiation.
Definition at line 51 of file GSplitPaneTestApplication.java.
|
static |
The entry point of the application.
args | the command-line arguments (ignored) |
InterruptedException | if an unexpected error occurs |
InvocationTargetException | if an unexpected error occurs |
Definition at line 60 of file GSplitPaneTestApplication.java.
References net.sf.gridarta.gui.utils.GSplitPaneTestApplication.MIN_SIZE, net.sf.gridarta.gui.utils.GSplitPaneTestApplication.newPanel(), and net.sf.gridarta.gui.utils.GSplitPane.saveLocation().
|
staticprivate |
Creates a new colored area.
width | the minimal width of the area |
height | the minimal height of the area |
color | the color of the area |
Definition at line 96 of file GSplitPaneTestApplication.java.
Referenced by net.sf.gridarta.gui.utils.GSplitPaneTestApplication.main().
|
staticprivate |
The minimal size of components.
Definition at line 46 of file GSplitPaneTestApplication.java.
Referenced by net.sf.gridarta.gui.utils.GSplitPaneTestApplication.main().