Start changeProperty Sheets

The propsheet tag creates the window that is loaded when you click on a particular icon. The AS/400 user interface framework automatically sets the correct platform look and feel for the propsheets, just as it does for individual panels. The following is the basic syntax of the propsheet tag:
<PROPSHEET name=name>
	<TITLE>title</TITLE>
	<ICON>icon</ICON>
	<Page resource=resource_name name=panel_name>
</PROPSHEET>
ATTRIBUTEVALUEDESCRIPTION
<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=
resource_name
the resource bundle name associated with the panel
panel_name
the name of the panel specified in the Panel Definition Markup Language (PDML) document
The tag that identifies each panel within the property sheet page
An upsidedown triangle signaling the end to the new information for this release


[ Legal | AS/400 Glossary ]