Closedown
This commit is contained in:
@@ -14,7 +14,10 @@
|
||||
<AuxValue name="designerSize" type="java.awt.Dimension" value="-84,-19,0,5,115,114,0,18,106,97,118,97,46,97,119,116,46,68,105,109,101,110,115,105,111,110,65,-114,-39,-41,-84,95,68,20,2,0,2,73,0,6,104,101,105,103,104,116,73,0,5,119,105,100,116,104,120,112,0,0,2,-95,0,0,3,52"/>
|
||||
</AuxValues>
|
||||
|
||||
<Layout class="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout"/>
|
||||
<Layout class="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout">
|
||||
<Property name="horizontalGap" type="int" value="10"/>
|
||||
<Property name="verticalGap" type="int" value="10"/>
|
||||
</Layout>
|
||||
<SubComponents>
|
||||
<Component class="javax.swing.JButton" name="jButtonRun">
|
||||
<Properties>
|
||||
|
||||
@@ -166,7 +166,7 @@ public class TestingList extends Panel {
|
||||
jScrollPane1 = new javax.swing.JScrollPane();
|
||||
jTextField1 = new javax.swing.JTextArea();
|
||||
|
||||
setLayout(new java.awt.BorderLayout());
|
||||
setLayout(new java.awt.BorderLayout(10, 10));
|
||||
|
||||
jButtonRun.setIcon(new javax.swing.ImageIcon(getClass().getResource("/icons/button_play.png"))); // NOI18N
|
||||
jButtonRun.addActionListener(new java.awt.event.ActionListener() {
|
||||
|
||||
Reference in New Issue
Block a user