Closedown

This commit is contained in:
boccioli_m
2015-06-10 15:58:23 +02:00
parent 43dff94da9
commit 5ee723a222
2 changed files with 19 additions and 0 deletions
+14
View File
@@ -22,6 +22,15 @@
<Image iconType="3" name="/icons/button_play-64px.png"/>
</Property>
<Property name="toolTipText" type="java.lang.String" value="Run selected tests"/>
<Property name="maximumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
<Dimension value="[33, 39]"/>
</Property>
<Property name="minimumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
<Dimension value="[33, 39]"/>
</Property>
<Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
<Dimension value="[33, 39]"/>
</Property>
</Properties>
<Events>
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButtonRunActionPerformed"/>
@@ -33,6 +42,11 @@
</Constraints>
</Component>
<Container class="javax.swing.JScrollPane" name="jScrollPane2">
<Properties>
<Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
<Dimension value="[452, 802]"/>
</Property>
</Properties>
<AuxValues>
<AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/>
</AuxValues>
+5
View File
@@ -161,6 +161,9 @@ public class TestingList extends Panel {
jButtonRun.setIcon(new javax.swing.ImageIcon(getClass().getResource("/icons/button_play-64px.png"))); // NOI18N
jButtonRun.setToolTipText("Run selected tests");
jButtonRun.setMaximumSize(new java.awt.Dimension(33, 39));
jButtonRun.setMinimumSize(new java.awt.Dimension(33, 39));
jButtonRun.setPreferredSize(new java.awt.Dimension(33, 39));
jButtonRun.addActionListener(new java.awt.event.ActionListener() {
public void actionPerformed(java.awt.event.ActionEvent evt) {
jButtonRunActionPerformed(evt);
@@ -168,6 +171,8 @@ public class TestingList extends Panel {
});
add(jButtonRun, java.awt.BorderLayout.CENTER);
jScrollPane2.setPreferredSize(new java.awt.Dimension(452, 802));
jTable1.setFont(new java.awt.Font("Tahoma", 0, 15)); // NOI18N
jTable1.setModel(new javax.swing.table.DefaultTableModel(
new Object [][] {