Package org.loboevolution.gui
Class SwingTasks
java.lang.Object
org.loboevolution.gui.SwingTasks
The Class SwingTasks.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic BoxcreateGroupBox(int orientation, String title) Creates the group box.static ComponentCreates the horizontal fill.static ComponentCreates the vertical fill.static voidsetNestedEnabled(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
-