Class SwingTasks

java.lang.Object
org.loboevolution.gui.SwingTasks

public class SwingTasks extends Object
The Class SwingTasks.
  • Constructor Details

    • SwingTasks

      public SwingTasks()
  • Method Details

    • createGroupBox

      public static Box createGroupBox(int orientation, String title)
      Creates the group box.
      Parameters:
      orientation - the orientation
      title - the title
      Returns:
      the box
    • createHorizontalFill

      public static Component createHorizontalFill()
      Creates the horizontal fill.
      Returns:
      the component
    • createVerticalFill

      public static Component createVerticalFill()
      Creates the vertical fill.
      Returns:
      the component
    • setNestedEnabled

      public static void setNestedEnabled(JComponent component, boolean enabled)
      Sets the nested enabled.
      Parameters:
      component - the component
      enabled - the enabled