Package org.loboevolution.gui
Class SwingTasks
java.lang.Object
org.loboevolution.gui.SwingTasks
The Class SwingTasks.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Box
createGroupBox
(int orientation, String title) Creates the group box.static Component
Creates the horizontal fill.static Component
Creates the vertical fill.static void
setNestedEnabled
(JComponent component, boolean enabled) Sets the nested enabled.
-
Constructor Details
-
SwingTasks
public SwingTasks()
-
-
Method Details
-
createGroupBox
Creates the group box.- Parameters:
orientation
- the orientationtitle
- the title- Returns:
- the box
-
createHorizontalFill
Creates the horizontal fill.- Returns:
- the component
-
createVerticalFill
Creates the vertical fill.- Returns:
- the component
-
setNestedEnabled
Sets the nested enabled.- Parameters:
component
- the componentenabled
- the enabled
-