Startup
This commit is contained in:
@@ -76,7 +76,6 @@
|
||||
</Container>
|
||||
<Component class="javax.swing.JCheckBox" name="jCheckBox1">
|
||||
<Properties>
|
||||
<Property name="text" type="java.lang.String" value="All"/>
|
||||
<Property name="toolTipText" type="java.lang.String" value="Select/Deselect All Tests"/>
|
||||
</Properties>
|
||||
<Events>
|
||||
|
||||
@@ -223,7 +223,6 @@ public class TestingList extends Panel {
|
||||
|
||||
add(jScrollPane2, java.awt.BorderLayout.PAGE_END);
|
||||
|
||||
jCheckBox1.setText("All");
|
||||
jCheckBox1.setToolTipText("Select/Deselect All Tests");
|
||||
jCheckBox1.addActionListener(new java.awt.event.ActionListener() {
|
||||
public void actionPerformed(java.awt.event.ActionEvent evt) {
|
||||
|
||||
Reference in New Issue
Block a user