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.24 by ajm, Tue Feb 27 03:09:58 2001 UTC vs.
Revision 1.25 by ajm, Tue Feb 27 15:11:44 2001 UTC

# Line 138 | Line 138 | public class Conient extends JFrame {
138          getContentPane().add(bottom, "South");
139          
140          // a nice icon for the window
141 <        setIconImage((new ImageIcon("./uk/ac/ukc/iscream/conient/server.gif")).getImage());
141 >        setIconImage((new ImageIcon("./resources/server.gif")).getImage());
142  
143          // and just because we can, a silly splash screen
144          // of the dudes that did this funky gibble
# Line 260 | Line 260 | public class Conient extends JFrame {
260              setCursor(Cursor.getPredefinedCursor(Cursor.WAIT_CURSOR));
261              JPanel splash = new JPanel();
262              splash.setBackground(Color.black);
263 <            JLabel image = new JLabel((new ImageIcon("./uk/ac/ukc/iscream/conient/i-scream-splash.gif")));
263 >            JLabel image = new JLabel((new ImageIcon("./resources/i-scream-splash.gif")));
264              splash.add(image);
265              setContentPane(splash);
266              Dimension screen = getToolkit().getScreenSize();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines