Class AboutPopup

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

public final class AboutPopup extends JDialog
The mandatory about popup ;-).
See Also:
  • Constructor Details

    • AboutPopup

      public AboutPopup(Frame parent, boolean modal)
      Creates the obligatory About popup.
      Parameters:
      parent - Parent frame
      modal - Modality of the popup.
  • Method Details

    • main

      public static void main(String[] args)
      Normally not used; just for debugging.
      Parameters:
      args - Not used.