Package dialog

Class AboutPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class AboutPanel extends DialogPanel
Class for an about panel for graphical user interfaces.
Since:
2007.02.11
See Also:
  • Constructor Details

    • AboutPanel

      public AboutPanel(String title, String text)
      Create an about panel.
      Parameters:
      title - the title of the about panel
      text - the text of the about panel
      Since:
      2007.02.11 (Christian Borgelt)