Class SorterDialog

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants

public class SorterDialog extends FBDialog
This is the window that pops up when the user double clicks on the sorting table Its also available from the menu if they remove all Sortables. The user can choose what Sortables he wants to sort by, sort them into the order he wants to see and then click apply to move his choices onto the sorting table
Author:
Dan
See Also:
  • Method Details

    • getInstance

      public static SorterDialog getInstance()
    • setVisible

      public void setVisible(boolean visible)
      Overrides:
      setVisible in class Dialog