<PROPSHEET name=name> <TITLE>title</TITLE> <ICON>icon</ICON> <Page resource=resource_name name=panel_name> </PROPSHEET> | ||
ATTRIBUTE | VALUE | DESCRIPTION |
<TITLE> | title | Supplies the title bar for the property sheet window. If the tag is omitted, the title should be supplied using the setTitle method of the PropertySheetManager class. |
<ICON> | icon | Serves as the resource key that identifies the image to be used as the icon for the property sheet. If you omit this tag, the standard Java window icon will be used. |
<PAGE> resource= name= |
|
The tag that identifies each panel within the property sheet page |