<application>
Description
Specifies the application window's initial position and size.
Attributes
rect, maximize
rectspecifies the position and size of the application window. The string is in the form "left top right bottom" specified as integers.maximizeis a Boolean value:trueif the application window should be maximized on startup;falseotherwise. The default value istrue.
Contents
None.
Container
This tag must be contained in a panelset tag.
Example
<panelset> <application rect="0 0 1000 1200" maximize="false"> </application></panelset>