org.jfree.report.modules.gui.swing.preview.about
public class AboutDialog extends JDialog
Field Summary | |
---|---|
static Dimension | PREFERRED_SIZE
The preferred size for the frame. |
static Border | STANDARD_BORDER
The default border for the panels in the tabbed pane. |
Constructor Summary | |
---|---|
AboutDialog(String title, ProjectInformation project)
Constructs an about frame.
| |
AboutDialog(Frame owner, String title, ProjectInformation project)
Creates a non-modal dialog without a title with the specifed Frame as its owner.
| |
AboutDialog(Dialog owner, String title, ProjectInformation project)
Creates a non-modal dialog without a title with the specifed Dialog as its owner.
|
Method Summary | |
---|---|
Dimension | getPreferredSize()
Returns the preferred size for the about frame.
|
Parameters: title the frame title. project information about the project.
Frame
as its owner.
Parameters: owner the Frame
from which the dialog is displayed
Dialog
as its owner.
Parameters: owner the Dialog
from which the dialog is displayed
Returns: the preferred size.