org.jfree.ui.about
public class AboutPanel extends JPanel
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.
|
Parameters: application the application name. version the version. copyright the copyright statement. info other info.
Parameters: application the application name. version the version. copyright the copyright statement. info other info. logo an optional logo.