Class About_Dialog

    • Field Detail

      • logger

        private static final Logger logger

        class logger instance

      • TAG

        private static final String TAG

        class logger tag.

      • Calculator_Desktop

        private static final ResourceBundle Calculator_Desktop
        Resource Bundle used for I18N
      • homepage

        @Nullable
        URI homepage
      • manuals

        @Nullable
        URI manuals
      • sourceforge

        @Nullable
        URI sourceforge
      • youtube

        @Nullable
        URI youtube
      • properties

        @Nullable
        net.sourceforge.uiq3.calculator.IProperties properties
      • Button_Help_Manuals

        private final JButton Button_Help_Manuals
      • Button_Help_Sourceforge

        private final JButton Button_Help_Sourceforge
      • Button_Help_YouTube

        private final JButton Button_Help_YouTube
      • Button_Homepage

        private final JButton Button_Homepage
      • Label_Icon

        private final JLabel Label_Icon
      • OK_Button

        private final JButton OK_Button
      • Panel_Visit

        private final JPanel Panel_Visit
      • Program_Name_Label

        private final JLabel Program_Name_Label
      • Version_Label

        private final JLabel Version_Label
      • Version_Number_Label

        private final JLabel Version_Number_Label
    • Constructor Detail

      • About_Dialog

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

        public About_Dialog​(@NotNull
                            Frame parent,
                            @NotNull
                            net.sourceforge.uiq3.calculator.IProperties properties,
                            @NotNull
                            @NotNull String title,
                            @NotNull
                            @NotNull String name,
                            @NotNull
                            Icon icon,
                            @NotNull
                            URI homepage,
                            @NotNull
                            URI manuals,
                            @NotNull
                            URI sourceforge,
                            @NotNull
                            URI youtube)
        Creates new form About_Dialog
        Parameters:
        parent - parent frame
    • Method Detail

      • Initialize

        public void Initialize()
        Initialize Values
      • initComponents

        private void initComponents()
        This method is called from within the constructor to initialize the form. WARNING: Do NOT modify this code. The content of this method is always regenerated by the Form Editor.
      • Button_HomepageActionPerformed

        private void Button_HomepageActionPerformed​(ActionEvent evt)
      • Button_Help_ManualsActionPerformed

        private void Button_Help_ManualsActionPerformed​(ActionEvent evt)
      • OK_ButtonActionPerformed

        private void OK_ButtonActionPerformed​(ActionEvent evt)
      • formWindowClosing

        private void formWindowClosing​(WindowEvent evt)
      • Button_Help_SourceforgeActionPerformed

        private void Button_Help_SourceforgeActionPerformed​(ActionEvent evt)
      • Button_Help_YouTubeActionPerformed

        private void Button_Help_YouTubeActionPerformed​(ActionEvent evt)