Closedown
This commit is contained in:
@@ -58,6 +58,11 @@
|
||||
</SubComponents>
|
||||
</Container>
|
||||
<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]"/>
|
||||
</Property>
|
||||
</Properties>
|
||||
<Constraints>
|
||||
<Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout" value="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout$BorderConstraintsDescription">
|
||||
<BorderConstraints direction="North"/>
|
||||
|
||||
@@ -223,6 +223,7 @@ public class TestingList extends Panel {
|
||||
|
||||
add(jScrollPane2, java.awt.BorderLayout.CENTER);
|
||||
|
||||
jPanel1.setMinimumSize(new java.awt.Dimension(150, 150));
|
||||
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