Closedown
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user