Closedown

This commit is contained in:
boccioli_m
2015-06-11 10:24:31 +02:00
parent 03d91f957c
commit 343eef3dc3
2 changed files with 6 additions and 2 deletions

View File

@@ -60,7 +60,10 @@
<Container class="javax.swing.JPanel" name="jPanel1">
<Properties>
<Property name="minimumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
<Dimension value="[150, 150]"/>
<Dimension value="[100, 100]"/>
</Property>
<Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
<Dimension value="[110, 110]"/>
</Property>
</Properties>
<Constraints>

View File

@@ -223,7 +223,8 @@ public class TestingList extends Panel {
add(jScrollPane2, java.awt.BorderLayout.CENTER);
jPanel1.setMinimumSize(new java.awt.Dimension(150, 150));
jPanel1.setMinimumSize(new java.awt.Dimension(100, 100));
jPanel1.setPreferredSize(new java.awt.Dimension(110, 110));
jPanel1.setLayout(new java.awt.BorderLayout());
jButtonRun.setIcon(new javax.swing.ImageIcon(getClass().getResource("/icons/button_play-64px.png"))); // NOI18N