| java.awt.Dialog javax.swing.JDialog org.jfree.ui.about.AboutDialog
AboutDialog | public class AboutDialog extends JDialog (Code) | | A dialog 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.
|
AboutDialog | public AboutDialog(String title, ProjectInfo project)(Code) | | Constructs an about frame.
Parameters: title - the frame title. Parameters: project - information about the project. |
AboutDialog | public AboutDialog(Frame owner, String title, ProjectInfo project)(Code) | | Creates a non-modal dialog without a title with the specifed
Frame as its owner.
Parameters: owner - the Frame from which the dialog is displayed |
AboutDialog | public AboutDialog(Dialog owner, String title, ProjectInfo project)(Code) | | Creates a non-modal dialog without a title with the specifed
Dialog as its owner.
Parameters: owner - the Dialog from which the dialog is displayed |
getPreferredSize | public Dimension getPreferredSize()(Code) | | Returns the preferred size for the about frame.
the preferred size. |
Fields inherited from java.awt.Dialog | final public static ModalityType DEFAULT_MODALITY_TYPE(Code)(Java Doc)
|
|
|