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 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77
|
<LayoutModel>
<Root id="myJPanel">
<DimensionLayout dim="horizontal">
<Group type="parallel" groupAlignment="leading" attributes="0">
<Group type="sequential" alignment="leading" attributes="0">
<EmptySpace max="$pref" attributes="0"/>
<Group type="parallel" groupAlignment="leading" attributes="16">
<Component id="jLabel1" alignment="leading" min="$pref" pref="93" max="$pref" attributes="0"/>
<Component id="jLabel3" alignment="leading" min="$pref" pref="93" max="$pref" attributes="0"/>
<Component id="jLabel5" alignment="leading" min="$pref" pref="90" max="$pref" attributes="0"/>
<Component id="jLabel2" alignment="leading" min="$pref" pref="54" max="$pref" attributes="0"/>
<Component id="jLabel6" alignment="leading" min="$pref" pref="62" max="$pref" attributes="0"/>
<Component id="jLabel7" alignment="leading" min="$pref" pref="62" max="$pref" attributes="0"/>
</Group>
<EmptySpace max="$pref" attributes="16"/>
<Group type="parallel" groupAlignment="leading" attributes="16">
<Component id="callPriceField" alignment="leading" min="$pref" max="$pref" attributes="0"/>
<Component id="callDateField" alignment="leading" min="$pref" max="$pref" attributes="0"/>
<Component id="maturityDateField" alignment="leading" min="$pref" max="$pref" attributes="0"/>
<Component id="couponField" alignment="leading" min="$pref" max="$pref" attributes="0"/>
<Component id="purchasePriceField" alignment="leading" min="$pref" max="$pref" attributes="0"/>
<Component id="purchaseDateField" alignment="leading" min="$pref" max="$pref" attributes="0"/>
</Group>
<EmptySpace max="Short.MAX_VALUE" attributes="12"/>
</Group>
</Group>
</DimensionLayout>
<DimensionLayout dim="vertical">
<Group type="parallel" groupAlignment="leading" attributes="0">
<Group type="sequential" attributes="0">
<Group type="parallel" groupAlignment="leading" attributes="16">
<Group type="sequential" alignment="leading" attributes="0">
<EmptySpace min="$pref" pref="17" max="$pref" attributes="0"/>
<Group type="parallel" groupAlignment="trailing" attributes="0">
<Group type="sequential" alignment="leading" attributes="0">
<EmptySpace min="$pref" pref="2" max="$pref" attributes="0"/>
<Component id="purchaseDateField" min="$pref" max="$pref" attributes="0"/>
<EmptySpace max="$pref" attributes="0"/>
<Component id="purchasePriceField" min="$pref" max="$pref" attributes="0"/>
<EmptySpace min="36" pref="36" max="36" attributes="0"/>
</Group>
<Group type="sequential" alignment="trailing" attributes="0">
<Component id="jLabel3" min="$pref" max="$pref" attributes="0"/>
<EmptySpace max="$pref" attributes="0"/>
<Component id="jLabel5" min="$pref" max="$pref" attributes="0"/>
<EmptySpace max="$pref" attributes="0"/>
<Group type="parallel" groupAlignment="baseline" attributes="0">
<Component id="maturityDateField" alignment="baseline" min="$pref" max="$pref" attributes="0"/>
<Component id="jLabel2" alignment="baseline" min="$pref" max="$pref" attributes="0"/>
</Group>
<EmptySpace max="$pref" attributes="0"/>
</Group>
</Group>
</Group>
<Group type="sequential" alignment="leading" attributes="0">
<EmptySpace max="$pref" attributes="0"/>
<Component id="jLabel1" min="$pref" max="$pref" attributes="0"/>
<EmptySpace min="$pref" pref="76" max="$pref" attributes="1024"/>
</Group>
</Group>
<Group type="parallel" groupAlignment="leading" attributes="512">
<Component id="couponField" min="$pref" max="$pref" attributes="0"/>
<Component id="jLabel7" min="$pref" pref="15" max="$pref" attributes="0"/>
</Group>
<EmptySpace min="$pref" pref="9" max="$pref" attributes="0"/>
<Component id="callDateField" min="$pref" max="$pref" attributes="0"/>
<EmptySpace min="$pref" pref="2" max="$pref" attributes="16"/>
<Group type="parallel" groupAlignment="baseline" attributes="16">
<Component id="callPriceField" alignment="baseline" min="$pref" max="$pref" attributes="0"/>
<Component id="jLabel6" alignment="baseline" min="$pref" max="$pref" attributes="0"/>
</Group>
<EmptySpace max="Short.MAX_VALUE" attributes="12"/>
</Group>
</Group>
</DimensionLayout>
</Root>
</LayoutModel>
|