1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
<LayoutModel>
<Root id="Form">
<DimensionLayout dim="horizontal">
<Group type="parallel" groupAlignment="leading" attributes="2048">
<Group type="sequential" alignment="trailing" attributes="0">
<EmptySpace pref="267" max="Short.MAX_VALUE" attributes="1028"/>
<Component id="jButton1" min="$pref" pref="104" max="$pref" attributes="1024"/>
<EmptySpace min="$pref" pref="29" max="$pref" attributes="1024"/>
</Group>
</Group>
</DimensionLayout>
<DimensionLayout dim="vertical">
<Group type="parallel" groupAlignment="leading" attributes="2048">
<Group type="sequential" alignment="leading" attributes="0">
<EmptySpace min="$pref" pref="129" max="$pref" attributes="1024"/>
<Component id="jButton1" min="$pref" max="$pref" attributes="1024"/>
<EmptySpace pref="148" max="Short.MAX_VALUE" attributes="1028"/>
</Group>
</Group>
</DimensionLayout>
</Root>
</LayoutModel>
|