Class AboutDialog

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants

public class AboutDialog extends JDialog
The Help:About dialog.
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • pattern

      static Pattern pattern
    • aboutEditorPane

      private JEditorPane aboutEditorPane
    • aboutScrollPane

      private JScrollPane aboutScrollPane
    • aboutTabPane

      private JTabbedPane aboutTabPane
    • acknowldgementsEditorPane

      private JEditorPane acknowldgementsEditorPane
    • acknowledgmentsScrollPane

      private JScrollPane acknowledgmentsScrollPane
    • jSeparator1

      private JSeparator jSeparator1
    • licenseEditorPane

      private JEditorPane licenseEditorPane
    • licenseScrollPane

      private JScrollPane licenseScrollPane
    • okButton

      private JButton okButton
  • Constructor Details

    • AboutDialog

      public AboutDialog(JFrame parent, Logger l, boolean modal)
      Creates new form AboutDialog
  • Method Details

    • 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.
    • editorPaneHyperlinkUpdate

      static void editorPaneHyperlinkUpdate(HyperlinkEvent evt)
    • okButtonActionPerformed

      private void okButtonActionPerformed(ActionEvent evt)
    • closeDialog

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

      private void closeDialog()