Module AM37

Class TextInputDialog

All Implemented Interfaces:
KeyEventListener

public final class TextInputDialog
extends InputDialog
  • Constructor Details

    • TextInputDialog

      public TextInputDialog​(java.lang.String title, java.lang.String message, Window caller, int width, int height, java.lang.String... fields)
      Default constructor

      Creates a standard size textInputDialog window, using the properties file, without printing it; if other dialogs are already showing, the new dialog is created at an offset from the already existing one.

      Parameters:
      title - the dialog title
      message - the dialog message
      caller - the window which invoked this
      fields - the input fields required
  • Method Details