Class LogFactor5InputDialog

    • Constructor Detail

      • LogFactor5InputDialog

        public LogFactor5InputDialog​(JFrame jframe,
                                     String title,
                                     String label)
        Configures an input dialog box using a defualt size for the text field. param jframe the frame where the dialog will be loaded from. param title the title of the dialog box. param label the label to be put in the dialog box.
      • LogFactor5InputDialog

        public LogFactor5InputDialog​(JFrame jframe,
                                     String title,
                                     String label,
                                     int size)
        Configures an input dialog box. param jframe the frame where the dialog will be loaded from. param title the title of the dialog box. param label the label to be put in the dialog box. param size the size of the text field.
    • Method Detail

      • getText

        public String getText()