org.jfree.ui.about
Class AboutPanel
JPanel
org.jfree.ui.about.AboutPanel
A standard panel for displaying information about an application.
AboutPanel(String application, String version, String copyright, String info) - Constructs a panel.
|
AboutPanel(String application, String version, String copyright, String info, Image logo) - Constructs a panel.
|
AboutPanel
public AboutPanel(String application,
String version,
String copyright,
String info)
Constructs a panel.
application
- the application name.version
- the version.copyright
- the copyright statement.info
- other info.
AboutPanel
public AboutPanel(String application,
String version,
String copyright,
String info,
Image logo)
Constructs a panel.
application
- the application name.version
- the version.copyright
- the copyright statement.info
- other info.logo
- an optional logo.