Class AboutDialog

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

public class AboutDialog extends JDialog
About dialog displaying basic information about Rachota.
See Also:
  • Field Details

    • btOK

      private JButton btOK
    • jLabelText

      private JLabel jLabelText
    • lbCopyright

      private JLabel lbCopyright
    • lbDescription

      private JLabel lbDescription
    • lbEmail

      private JLabel lbEmail
    • lbLicense

      private JLabel lbLicense
    • lbTitle

      private JLabel lbTitle
    • lbURL

      private JLabel lbURL
    • pnInfo

      private JPanel pnInfo
  • Constructor Details

    • AboutDialog

      public AboutDialog(Frame parent, boolean modal)
      Creates new form AboutDialog
  • Method Details

    • getFont

      public Font getFont()
      Returns font that should be used for all widgets in this component based on the language preferences specified by user.
      Specified by:
      getFont in interface MenuContainer
      Overrides:
      getFont in class Component
      Returns:
      Font to be used in this component.
    • 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.
    • btOKKeyPressed

      private void btOKKeyPressed(KeyEvent evt)
    • lbURLMouseClicked

      private void lbURLMouseClicked(MouseEvent evt)
    • btOKActionPerformed

      private void btOKActionPerformed(ActionEvent evt)
    • formMouseEntered

      private void formMouseEntered(MouseEvent evt)
    • lbLicenseMouseClicked

      private void lbLicenseMouseClicked(MouseEvent evt)