Class MoreWindows

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

class MoreWindows extends JDialog implements ActionListener
Dialog to list the available windows.
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      Serializable magic number.
      See Also:
    • value

      private String value
      Last selected value.
    • list

      private JList<String> list
      The list component.
    • swingGui

      private SwingGui swingGui
      Our parent frame.
    • setButton

      private JButton setButton
      The "Select" button.
    • cancelButton

      private JButton cancelButton
      The "Cancel" button.
  • Constructor Details

  • Method Details