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.16 by ajm, Wed Jan 24 03:21:26 2001 UTC vs.
Revision 1.17 by ajm, Wed Jan 24 03:35:14 2001 UTC

# Line 63 | Line 63 | public class Conient extends JFrame {
63          
64          // the main frame (passed the two panels)
65          Conient client = new Conient(data, control);
66 <        Conient.addMessage("Conient {an I-scream Client} © 2001 University of Kent & Project I-Scream");
66 >        Conient.addMessage("Conient {an i-scream Client} © 2001 University of Kent & Project i-scream");
67          Conient.addMessage("Conient ready.");
68      }
69  
# Line 75 | Line 75 | public class Conient extends JFrame {
75       */
76      private Conient(JPanel data, JPanel control) {
77          // set up the Frame
78 <        super("Conient {an I-scream Client}");
78 >        super("Conient {an i-scream Client}");
79          setSize(DEFAULT_WIDTH, DEFAULT_HEIGHT);
80  
81          // set what happens when the X in the corner is clicked        

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines