| javax.swing.JFrame org.jfree.ui.about.AboutFrame
AboutFrame | public class AboutFrame extends JFrame (Code) | | A frame that displays information about the demonstration application.
author: David Gilbert |
PREFERRED_SIZE | final public static Dimension PREFERRED_SIZE(Code) | | The preferred size for the frame.
|
STANDARD_BORDER | final public static Border STANDARD_BORDER(Code) | | The default border for the panels in the tabbed pane.
|
AboutFrame | public AboutFrame(String title, ProjectInfo project)(Code) | | Constructs an about frame.
Parameters: title - the frame title. Parameters: project - information about the project. |
AboutFrame | public AboutFrame(String title, String application, String version, String info, Image logo, String copyright, String licence, List contributors, ProjectInfo project)(Code) | | Constructs an 'About' frame.
Parameters: title - the frame title. Parameters: application - the application name. Parameters: version - the version. Parameters: info - other info. Parameters: logo - an optional logo. Parameters: copyright - the copyright notice. Parameters: licence - the licence. Parameters: contributors - a list of developers/contributors. Parameters: libraries - a list of libraries. |
getPreferredSize | public Dimension getPreferredSize()(Code) | | Returns the preferred size for the about frame.
the preferred size. |
|
|