mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-14 00:40:28 +07:00
21 lines
677 B
XML
21 lines
677 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<form xmlns="http://www.intellij.com/uidesigner/form/" version="1" bind-to-class="BindingTest">
|
|
<grid id="27dc6" binding="myRootComponent" layout-manager="CardLayout" hgap="10" vgap="20">
|
|
<constraints>
|
|
<xy x="20" y="20" width="500" height="400"/>
|
|
</constraints>
|
|
<properties/>
|
|
<border type="none"/>
|
|
<children>
|
|
<component id="d8b1" class="javax.swing.JButton" binding="button" default-binding="true">
|
|
<constraints>
|
|
<card name="Card1"/>
|
|
</constraints>
|
|
<properties>
|
|
<text value="Button"/>
|
|
</properties>
|
|
</component>
|
|
</children>
|
|
</grid>
|
|
</form>
|