Package jam.framework

Class AboutBox

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

public class AboutBox extends AbstractFrame
See Also:
  • Constructor Details

    • AboutBox

      public AboutBox(String title, String message, Icon icon)
      Creates an AboutBox with a given title, message and icon and centers it over the parent component.
  • Method Details

    • close

      public void close()
      Sets the visibility to false and disposes the frame.
    • requestClose

      public boolean requestClose()
      Specified by:
      requestClose in class AbstractFrame
    • getExportableComponent

      public JComponent getExportableComponent()