mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 11:53:49 +07:00
22 lines
803 B
XML
22 lines
803 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<form xmlns="http://www.intellij.com/uidesigner/form/" version="1" bind-to-class="Main">
|
|
<grid id="27dc6" binding="myComponent" default-binding="true" layout-manager="BorderLayout" hgap="0" vgap="0">
|
|
<constraints>
|
|
<xy x="20" y="20" width="500" height="400"/>
|
|
</constraints>
|
|
<properties/>
|
|
<border type="none"/>
|
|
<children>
|
|
<nested-form id="26793" form-file="Embedded.form">
|
|
<constraints border-constraint="Center"/>
|
|
</nested-form>
|
|
<component id="f484d" class="javax.swing.JButton" default-binding="true">
|
|
<constraints border-constraint="North"/>
|
|
<properties>
|
|
<text resource-bundle="TestProperties" key="test"/>
|
|
</properties>
|
|
</component>
|
|
</children>
|
|
</grid>
|
|
</form>
|