Add Clear & Remove Buttons

osx
Hammy 3 years ago
parent 89336c4034
commit dceecf5a9a

@ -56,18 +56,51 @@
</component> </component>
</children> </children>
</scrollpane> </scrollpane>
<component id="17bdb" class="javax.swing.JButton" binding="copyButton" default-binding="true"> <grid id="a7b09" binding="buttonPane" layout-manager="GridLayoutManager" row-count="1" column-count="3" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
<margin top="0" left="10" bottom="0" right="10"/>
<constraints> <constraints>
<grid row="1" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="0" fill="1" indent="0" use-parent-layout="false"/> <grid row="1" column="0" row-span="1" col-span="1" vsize-policy="3" hsize-policy="3" anchor="0" fill="3" indent="0" use-parent-layout="false"/>
<gridbag top="5" left="10" bottom="5" right="10" weightx="1.0" weighty="0.0"/> <gridbag top="5" left="0" bottom="0" right="0" weightx="0.0" weighty="0.0"/>
</constraints> </constraints>
<properties> <properties>
<text value="Copy"/> <background color="-16710887"/>
</properties> </properties>
<clientProperties> <border type="none"/>
<hideActionText class="java.lang.Boolean" value="false"/> <children>
</clientProperties> <component id="17bdb" class="javax.swing.JButton" binding="copyButton" default-binding="true">
</component> <constraints>
<grid row="0" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="0" fill="1" indent="0" use-parent-layout="false"/>
</constraints>
<properties>
<borderPainted value="true"/>
<doubleBuffered value="true"/>
<text value="Copy"/>
</properties>
<clientProperties>
<hideActionText class="java.lang.Boolean" value="false"/>
</clientProperties>
</component>
<component id="c36b1" class="javax.swing.JButton" binding="clearButton" default-binding="true">
<constraints>
<grid row="0" column="1" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="0" fill="1" indent="0" use-parent-layout="false"/>
</constraints>
<properties>
<borderPainted value="true"/>
<doubleBuffered value="true"/>
<text value="Clear"/>
</properties>
</component>
<component id="b7183" class="javax.swing.JButton" binding="removeButton">
<constraints>
<grid row="0" column="2" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="0" fill="1" indent="0" use-parent-layout="false"/>
</constraints>
<properties>
<actionCommand value="Button"/>
<text value="Remove"/>
</properties>
</component>
</children>
</grid>
</children> </children>
</grid> </grid>
</form> </form>

Loading…
Cancel
Save