Update GUI to be more responsive

main
sgoudham 3 years ago
parent 7e1c62de83
commit c559176c30
No known key found for this signature in database
GPG Key ID: EF51A29A50FB754C

@ -38,11 +38,14 @@
<properties>
<autoscrolls value="false"/>
<background color="-16710887"/>
<doubleBuffered value="true"/>
<foreground color="-16710887"/>
<horizontalScrollBarPolicy value="30"/>
<maximumSize width="300" height="300"/>
<minimumSize width="0" height="0"/>
<opaque value="false"/>
<opaque value="true"/>
<preferredSize width="300" height="300"/>
<verticalScrollBarPolicy value="20"/>
</properties>
<border type="none"/>
<children>
@ -64,6 +67,7 @@
<splitpane position="left"/>
</constraints>
<properties>
<doubleBuffered value="true"/>
<minimumSize width="0" height="0"/>
</properties>
<border type="none"/>
@ -78,11 +82,11 @@
<fixedCellHeight value="-1"/>
<fixedCellWidth value="-1"/>
<focusable value="true"/>
<font name="Berlin Sans FB Demi" size="18" style="1"/>
<font size="14" style="1"/>
<foreground color="-263169"/>
<inheritsPopupMenu value="false"/>
<layoutOrientation value="0"/>
<model/>
<opaque value="true"/>
</properties>
<clientProperties>
<List.isFileList class="java.lang.Boolean" value="false"/>
@ -118,7 +122,7 @@
<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>
<text value="Toggle Image"/>
<text value="No Image Stored"/>
</properties>
</component>
<component id="cbf3c" class="javax.swing.JButton" binding="copyImageBelowButton" default-binding="true">

Loading…
Cancel
Save