? OffsetDialog

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

public class OffsetDialog 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
      ????:
  • ???????

    • OffsetDialog

      public OffsetDialog(Frame parent, boolean modal, double east, double north, double ht)
      Creates new form OffsetDialog
      ??:
      parent - the parent frame for the Dialog
      modal - true if the Dialog is to be modal
      east - - initialiser for the East offset field
      north - - initialiser for the North offset field
      ht - - initialiser for the height offset field
  • ??????

    • getReturnStatus

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

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

      public double getEastOffset()
    • getNorthOffset

      public double getNorthOffset()
    • getHeightOffset

      public double getHeightOffset()