Class Preferences_Dialog

    • Field Detail

      • logger

        private static final Logger logger

        class logger instance

      • TAG

        private static final String TAG

        class logger tag.

      • HP45_Bundle

        private static final ResourceBundle HP45_Bundle
        Resource Bundle used for I18N
      • Engine

        @Nullable
        private @Nullable net.sourceforge.uiq3.hp45.Desktop_Calculator Engine
        Calculator whose setting we handle
      • Cancel_Button

        private JButton Cancel_Button
      • FA6_Folder_Label

        private JLabel FA6_Folder_Label
      • FA6_Folder_Text

        private JTextField FA6_Folder_Text
      • OK_Button

        private JButton OK_Button
    • Constructor Detail

      • Preferences_Dialog

        public Preferences_Dialog​(Frame parent,
                                  boolean modal)
        Creates new form Preferences_Dialog
        Parameters:
        parent -
        modal -
      • Preferences_Dialog

        public Preferences_Dialog​(@NotNull
                                  Frame parent,
                                  @NotNull
                                  net.sourceforge.uiq3.calculator.IProperties properties)
        Creates new form Help
        Parameters:
        parent - parent window
        properties - open modal
    • Method Detail

      • Initialize

        public void Initialize​(net.sourceforge.uiq3.hp45.Desktop_Calculator Engine)
        Initialse Values
        Parameters:
        Engine - Calculator whose setting we handle
      • Initialize

        public void Initialize()
        Initialize Values
      • initComponents

        private void initComponents()
      • OK_ButtonActionPerformed

        private void OK_ButtonActionPerformed​(ActionEvent evt)
      • Cancel_ButtonActionPerformed

        private void Cancel_ButtonActionPerformed​(ActionEvent evt)