Package ij.gui

Class WaitForUserDialog

    • Field Detail

      • button

        protected Button button
      • xloc

        protected static int xloc
      • yloc

        protected static int yloc
    • Constructor Detail

      • WaitForUserDialog

        public WaitForUserDialog​(String title,
                                 String text)
      • WaitForUserDialog

        public WaitForUserDialog​(String text)
    • Method Detail

      • show

        public void show()
        Overrides:
        show in class Dialog
      • close

        public void close()
      • escPressed

        public boolean escPressed()
      • getButton

        public Button getButton()
        Returns a reference to the 'OK' button
      • setNextLocation

        public static void setNextLocation​(int x,
                                           int y)
        Display the next WaitForUser dialog at the specified location.