Class DualPaneInputDialog

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

public class DualPaneInputDialog extends MultiInputDialog
Flexible generic dialog for prompting the user to type in several values. The dialog consists of a left pane and a right pane and replace the old MultiInputDialog when used with addColumn.
See Also:
  • Constructor Details

    • DualPaneInputDialog

      public DualPaneInputDialog(Frame frame, String title, boolean modal)
      Parameters:
      frame - the frame on which to make this dialog modal and centred
    • DualPaneInputDialog

      public DualPaneInputDialog()
  • Method Details

    • setMainComponent

      protected void setMainComponent()
      Overrides:
      setMainComponent in class MultiInputDialog
    • setLeftPane

      public void setLeftPane()
    • setRightPane

      public void setRightPane()
    • main

      public static void main(String[] args)