org.jfree.ui.about
Class AboutDialog
JDialogorg.jfree.ui.about.AboutDialog
A dialog that displays information about the demonstration application.
AboutDialog(Dialog owner, String title, ProjectInfo project)- Creates a non-modal dialog without a title with the specifed
Dialog as its owner.
|
AboutDialog(Frame owner, String title, ProjectInfo project)- Creates a non-modal dialog without a title with the specifed
Frame as its owner.
|
AboutDialog(String title, ProjectInfo project)- Constructs an about frame.
|
PREFERRED_SIZE
public static final Dimension PREFERRED_SIZE
The preferred size for the frame.
STANDARD_BORDER
public static final Border STANDARD_BORDER
The default border for the panels in the tabbed pane.
AboutDialog
public AboutDialog(Dialog owner,
String title,
ProjectInfo project) Creates a non-modal dialog without a title with the specifed
Dialog as its owner.
owner - the Dialog from which the dialog is displayed
AboutDialog
public AboutDialog(Frame owner,
String title,
ProjectInfo project) Creates a non-modal dialog without a title with the specifed
Frame as its owner.
owner - the Frame from which the dialog is displayed
AboutDialog
public AboutDialog(String title,
ProjectInfo project) Constructs an about frame.
title - the frame title.project - information about the project.
getPreferredSize
public Dimension getPreferredSize()
Returns the preferred size for the about frame.