ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/conient/uk/org/iscream/cms/conient/QueueFrame.java
(Generate patch)

Comparing projects/cms/source/conient/uk/org/iscream/cms/conient/QueueFrame.java (file contents):
Revision 1.4 by ajm, Tue Feb 27 15:11:44 2001 UTC vs.
Revision 1.5 by ajm, Tue Feb 27 23:31:32 2001 UTC

# Line 39 | Line 39 | public class QueueFrame extends JFrame {
39          JButton close = new JButton("Close Window");
40          close.addActionListener(new ActionListener() {
41              public void actionPerformed(ActionEvent e) {
42 <                dispose();
42 >                setVisible(false);
43              }
44          });
45          getContentPane().add(close, "South");

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines