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

Comparing projects/cms/source/conient/uk/org/iscream/cms/conient/Conient.java (file contents):
Revision 1.20 by ajm, Sun Feb 4 00:04:01 2001 UTC vs.
Revision 1.21 by ajm, Mon Feb 5 01:26:04 2001 UTC

# Line 117 | Line 117 | public class Conient extends JFrame {
117          // add the status panel to the bottom border
118          getContentPane().add(bottom, "South");
119          
120 +        // a nice icon for the window
121 +        setIconImage((new ImageIcon("./uk/ac/ukc/iscream/conient/server.gif")).getImage());
122          // show the window
123          show();
124      }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines