1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
<LayoutModel>
<Root id="Form">
<DimensionLayout dim="horizontal">
<Group type="parallel" groupAlignment="leading" attributes="0">
<Group type="sequential" alignment="leading" attributes="0">
<EmptySpace max="$pref" attributes="16"/>
<Group type="parallel" groupAlignment="trailing" max="$pref" attributes="16">
<Component id="jButton2" max="Short.MAX_VALUE" attributes="1536"/>
<Component id="jButton3" alignment="leading" max="Short.MAX_VALUE" attributes="1"/>
<Component id="jButton1" alignment="trailing" max="Short.MAX_VALUE" attributes="1537"/>
</Group>
<EmptySpace pref="315" max="Short.MAX_VALUE" attributes="12"/>
</Group>
</Group>
</DimensionLayout>
<DimensionLayout dim="vertical">
<Group type="parallel" groupAlignment="leading" attributes="0">
<Group type="sequential" alignment="leading" attributes="0">
<EmptySpace max="$pref" attributes="16"/>
<Component id="jButton1" min="$pref" max="$pref" attributes="16"/>
<EmptySpace max="$pref" attributes="16"/>
<Component id="jButton2" min="$pref" max="$pref" attributes="16"/>
<EmptySpace max="$pref" attributes="16"/>
<Component id="jButton3" min="$pref" max="$pref" attributes="16"/>
<EmptySpace pref="208" max="Short.MAX_VALUE" attributes="12"/>
</Group>
</Group>
</DimensionLayout>
</Root>
</LayoutModel>
|