mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 13:02:30 +07:00
32 lines
1.0 KiB
XML
32 lines
1.0 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<form xmlns="http://www.intellij.com/uidesigner/form/" version="1" bind-to-class="BindingTest">
|
|
<splitpane id="2da4f" binding="myRootComponent">
|
|
<constraints>
|
|
<xy x="123" y="80" width="200" height="200"/>
|
|
<grid row="0" column="0" row-span="1" col-span="1" vsize-policy="3" hsize-policy="3" anchor="0" fill="3">
|
|
<preferred-size width="200" height="200"/>
|
|
</grid>
|
|
</constraints>
|
|
<properties/>
|
|
<border type="none"/>
|
|
<children>
|
|
<component id="d0bef" class="javax.swing.JLabel">
|
|
<constraints>
|
|
<splitpane position="left"/>
|
|
</constraints>
|
|
<properties>
|
|
<text value="Label"/>
|
|
</properties>
|
|
</component>
|
|
<component id="3908c" class="javax.swing.JCheckBox">
|
|
<constraints>
|
|
<splitpane position="right"/>
|
|
</constraints>
|
|
<properties>
|
|
<text value="CheckBox"/>
|
|
</properties>
|
|
</component>
|
|
</children>
|
|
</splitpane>
|
|
</form>
|