diff --git a/plugins/TestingList.form b/plugins/TestingList.form index b7a44c0..01d544e 100644 --- a/plugins/TestingList.form +++ b/plugins/TestingList.form @@ -11,7 +11,7 @@ - + @@ -41,6 +41,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -83,43 +121,5 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/plugins/TestingList.java b/plugins/TestingList.java index f4784b6..7507672 100644 --- a/plugins/TestingList.java +++ b/plugins/TestingList.java @@ -152,10 +152,10 @@ public class TestingList extends Panel { private void initComponents() { jButtonRun = new javax.swing.JButton(); - jScrollPane2 = new javax.swing.JScrollPane(); - jTable1 = new javax.swing.JTable(); jCheckBox1 = new javax.swing.JCheckBox(); jButtonOpenLog = new javax.swing.JButton(); + jScrollPane2 = new javax.swing.JScrollPane(); + jTable1 = new javax.swing.JTable(); setLayout(new java.awt.BorderLayout()); @@ -171,6 +171,26 @@ public class TestingList extends Panel { }); add(jButtonRun, java.awt.BorderLayout.CENTER); + jCheckBox1.setToolTipText("Select/Deselect All Tests"); + jCheckBox1.addActionListener(new java.awt.event.ActionListener() { + public void actionPerformed(java.awt.event.ActionEvent evt) { + jCheckBox1ActionPerformed(evt); + } + }); + add(jCheckBox1, java.awt.BorderLayout.WEST); + + jButtonOpenLog.setIcon(new javax.swing.ImageIcon(getClass().getResource("/icons/log-icon-64px.png"))); // NOI18N + jButtonOpenLog.setToolTipText("Open current sessions Log"); + jButtonOpenLog.setMaximumSize(new java.awt.Dimension(80, 39)); + jButtonOpenLog.setMinimumSize(new java.awt.Dimension(80, 39)); + jButtonOpenLog.setPreferredSize(new java.awt.Dimension(90, 39)); + jButtonOpenLog.addActionListener(new java.awt.event.ActionListener() { + public void actionPerformed(java.awt.event.ActionEvent evt) { + jButtonOpenLogActionPerformed(evt); + } + }); + add(jButtonOpenLog, java.awt.BorderLayout.EAST); + jTable1.setFont(new java.awt.Font("Tahoma", 0, 15)); // NOI18N jTable1.setModel(new javax.swing.table.DefaultTableModel( new Object [][] { @@ -223,26 +243,6 @@ public class TestingList extends Panel { jScrollPane2.setViewportView(jTable1); add(jScrollPane2, java.awt.BorderLayout.PAGE_END); - - jCheckBox1.setToolTipText("Select/Deselect All Tests"); - jCheckBox1.addActionListener(new java.awt.event.ActionListener() { - public void actionPerformed(java.awt.event.ActionEvent evt) { - jCheckBox1ActionPerformed(evt); - } - }); - add(jCheckBox1, java.awt.BorderLayout.LINE_START); - - jButtonOpenLog.setIcon(new javax.swing.ImageIcon(getClass().getResource("/icons/log-icon-64px.png"))); // NOI18N - jButtonOpenLog.setToolTipText("Open current sessions Log"); - jButtonOpenLog.setMaximumSize(new java.awt.Dimension(80, 39)); - jButtonOpenLog.setMinimumSize(new java.awt.Dimension(80, 39)); - jButtonOpenLog.setPreferredSize(new java.awt.Dimension(33, 39)); - jButtonOpenLog.addActionListener(new java.awt.event.ActionListener() { - public void actionPerformed(java.awt.event.ActionEvent evt) { - jButtonOpenLogActionPerformed(evt); - } - }); - add(jButtonOpenLog, java.awt.BorderLayout.LINE_END); }// //GEN-END:initComponents private void jButtonRunActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_jButtonRunActionPerformed