Class Preferences_Dialog

    • Field Detail

      • logger

        private static final Logger logger
        class logger instance
      • TAG

        private static final String TAG
        class logger tag.
      • FX_602P_Bundle

        private static final ResourceBundle FX_602P_Bundle
        Resource Bundle used for I18N
      • Active_Interface_Label

        private JLabel Active_Interface_Label
      • Cancel_Button

        private JButton Cancel_Button
      • FA2_Checkbox

        private JCheckBox FA2_Checkbox
      • FA2_Folder_Label

        private JLabel FA2_Folder_Label
      • FA2_Folder_Text

        private JTextField FA2_Folder_Text
      • FP10_Checkbox

        private JCheckBox FP10_Checkbox
      • OK_Button

        private JButton OK_Button
    • Constructor Detail

      • Preferences_Dialog

        public Preferences_Dialog​(Frame parent,
                                  boolean modal)
        Creates new form Preferences_Dialog
        Parameters:
        parent - the Frame from which the dialog is displayed
        modal - specifies whether dialog blocks user input to other top-level windows when shown. If true, the modality type property is set to DEFAULT_MODALITY_TYPE, otherwise the dialog is modeless.
    • Method Detail

      • Initialize

        public void Initialize​(Desktop_Calculator Engine)
        Initialse Values
        Parameters:
        Engine - Calculator whose setting we handle
      • initComponents

        private void initComponents()
      • closeDialog

        private void closeDialog​(WindowEvent evt)
        Closes the dialog
      • OK_ButtonActionPerformed

        private void OK_ButtonActionPerformed​(ActionEvent evt)
      • Cancel_ButtonActionPerformed

        private void Cancel_ButtonActionPerformed​(ActionEvent evt)