? RegionSelect

????????:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants

public class RegionSelect extends JDialog
????:
  • ??????

    • RET_CANCEL

      public static final int RET_CANCEL
      A return status code - returned if Cancel button has been pressed
      ????:
    • RET_OK

      public static final int RET_OK
      A return status code - returned if OK button has been pressed
      ????:
  • ???????

    • RegionSelect

      public RegionSelect(Frame parent, boolean modal)
      Creates new form RegionSelect
  • ??????

    • getReturnStatus

      public int getReturnStatus()
      ??:
      the return status of this dialog - one of RET_OK or RET_CANCEL
    • getSelection

      public String getSelection()
    • select

      public void select(String region)
    • main

      public static void main(String[] args)
      ??:
      args - the command line arguments