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

Loading…
Cancel
Save