Class AboutDialog

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

public class AboutDialog extends JWindow
A dialog showing the revision of the Batik viewer as well as the list of contributors. The dialog can be dismissed by click or by escaping.
Version:
$Id: AboutDialog.java 1802297 2017-07-18 13:58:12Z ssteiner $
See Also:
  • Field Details

  • Constructor Details

    • AboutDialog

      public AboutDialog()
      Creates a new AboutDialog.
    • AboutDialog

      public AboutDialog(Frame owner)
      Creates a new AboutDialog with a given owner.
  • Method Details

    • setLocationRelativeTo

      public void setLocationRelativeTo(Frame f)
    • buildGUI

      protected void buildGUI()
      Populates this window.