org.jfree.ui.about

Class AboutPanel

public class AboutPanel extends JPanel

A standard panel for displaying information about an application.

Author: David Gilbert

Constructor Summary
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.

Constructor Detail

AboutPanel

public AboutPanel(String application, String version, String copyright, String info)
Constructs a panel.

Parameters: 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.

Parameters: application the application name. version the version. copyright the copyright statement. info other info. logo an optional logo.