Create Swing GUI for Clipboard application

osx
Hammy 3 years ago
parent bfb6ee0346
commit 5a5bb5f3e0

@ -0,0 +1,71 @@
<?xml version="1.0" encoding="UTF-8"?>
<form xmlns="http://www.intellij.com/uidesigner/form/" version="1" bind-to-class="me.goudham.view.ClipboardView">
<grid id="27dc6" binding="Clipboard" layout-manager="GridLayoutManager" row-count="3" column-count="1" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
<margin top="0" left="0" bottom="0" right="0"/>
<constraints>
<xy x="20" y="20" width="641" height="499"/>
</constraints>
<properties>
<background color="-16710887"/>
</properties>
<clientProperties>
<html.disable class="java.lang.Boolean" value="false"/>
</clientProperties>
<border type="none"/>
<children>
<component id="ccd73" class="javax.swing.JLabel" binding="title">
<constraints>
<grid row="0" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="0" fill="0" indent="0" use-parent-layout="false"/>
</constraints>
<properties>
<font name="Berlin Sans FB Demi" size="48" style="1"/>
<foreground color="-7401958"/>
<text value="My Clipboard"/>
<verticalTextPosition value="1"/>
</properties>
</component>
<scrollpane id="1de68" binding="scrollPane">
<constraints>
<grid row="1" column="0" row-span="1" col-span="1" vsize-policy="7" hsize-policy="7" anchor="0" fill="3" indent="0" use-parent-layout="false"/>
</constraints>
<properties>
<autoscrolls value="true"/>
</properties>
<border type="none"/>
<children>
<component id="d2b04" class="javax.swing.JList" binding="clipboardContentList">
<constraints/>
<properties>
<background color="-16710887"/>
<dragEnabled value="false"/>
<fixedCellHeight value="-1"/>
<fixedCellWidth value="-1"/>
<font name="Berlin Sans FB Demi" size="18" style="1"/>
<foreground color="-263169"/>
<inheritsPopupMenu value="false"/>
<layoutOrientation value="0"/>
<model>
<item value="hello "/>
<item value="hellloo"/>
</model>
</properties>
<clientProperties>
<List.isFileList class="java.lang.Boolean" value="false"/>
</clientProperties>
</component>
</children>
</scrollpane>
<component id="17bdb" class="javax.swing.JButton" binding="copyButton" default-binding="true">
<constraints>
<grid row="2" 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>
<text value="Copy"/>
</properties>
<clientProperties>
<hideActionText class="java.lang.Boolean" value="false"/>
</clientProperties>
</component>
</children>
</grid>
</form>
Loading…
Cancel
Save