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.29 by ajm, Mon Mar 19 01:38:16 2001 UTC vs.
Revision 1.32 by ajm, Thu Feb 14 16:50:10 2002 UTC

# Line 1 | Line 1
1   //---PACKAGE DECLARATION---
2 < package uk.org.iscream.conient;
2 > package uk.org.iscream.cms.conient;
3  
4   //---IMPORTS---
5   import javax.swing.*;
# Line 75 | Line 75 | public class Conient extends JFrame {
75          // the main frame (passed the two panels)
76          Conient client = new Conient(data, control);
77          conientFrame = (Frame) client;
78 <        Conient.addMessage("Conient {an i-scream Client} © 2001 The i-scream Project (http://www.i-scream.org.uk)");
78 >        Conient.addMessage("Conient {an i-scream Client} (c) 2001 The i-scream Project (http://www.i-scream.org.uk)");
79  
80          Conient.addMessage("Conient ready.");
81          
# Line 139 | Line 139 | public class Conient extends JFrame {
139          setIconImage((new ImageIcon("./resources/server.gif")).getImage());
140  
141          // and just because we can, a silly splash screen
142 <        // of the dudes that did this funky gibble
142 >        // of the dudes that did this funky jibble
143          Splash splash = new Splash();
144          splash.show();
145          // wait

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines