org.apache.batik.apps.svgbrowser

Class AboutDialog

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.
Field Summary
static StringICON_BATIK_SPLASH
Constructor Summary
AboutDialog()
Creates a new AboutDialog.
AboutDialog(Frame owner)
Creates a new AboutDialog with a given owner.
Method Summary
protected voidbuildGUI()
Populates this window.
voidsetLocationRelativeTo(Frame f)

Field Detail

ICON_BATIK_SPLASH

public static final String ICON_BATIK_SPLASH

Constructor Detail

AboutDialog

public AboutDialog()
Creates a new AboutDialog.

AboutDialog

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

Method Detail

buildGUI

protected void buildGUI()
Populates this window.

setLocationRelativeTo

public void setLocationRelativeTo(Frame f)
Copyright B) 2007 Apache Software Foundation. All Rights Reserved.