Closedown

This commit is contained in:
boccioli_m
2015-06-08 15:53:59 +02:00
parent bfb1fe70ae
commit d363c926ab
3 changed files with 2 additions and 2 deletions

View File

@@ -96,7 +96,7 @@
</Container>
<Component class="javax.swing.JCheckBox" name="jCheckBox1">
<Properties>
<Property name="text" type="java.lang.String" value="Select all"/>
<Property name="text" type="java.lang.String" value="All"/>
</Properties>
<Events>
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jCheckBox1ActionPerformed"/>

View File

@@ -191,7 +191,7 @@ public class TestingList extends Panel {
add(jScrollPane2, java.awt.BorderLayout.PAGE_END);
jCheckBox1.setText("Select all");
jCheckBox1.setText("All");
jCheckBox1.addActionListener(new java.awt.event.ActionListener() {
public void actionPerformed(java.awt.event.ActionEvent evt) {
jCheckBox1ActionPerformed(evt);

Binary file not shown.

Before

Width:  |  Height:  |  Size: 905 B

After

Width:  |  Height:  |  Size: 772 B