--- projects/cms/source/conient/uk/org/iscream/cms/conient/Conient.java 2001/02/04 00:04:01 1.20 +++ projects/cms/source/conient/uk/org/iscream/cms/conient/Conient.java 2001/02/05 01:26:04 1.21 @@ -14,7 +14,7 @@ import java.awt.event.*; * and its own display. * * @author $Author: ajm $ - * @version $Id: Conient.java,v 1.20 2001/02/04 00:04:01 ajm Exp $ + * @version $Id: Conient.java,v 1.21 2001/02/05 01:26:04 ajm Exp $ */ public class Conient extends JFrame { @@ -23,7 +23,7 @@ public class Conient extends JFrame { /** * The current CVS revision of this class */ - public final String REVISION = "$Revision: 1.20 $"; + public final String REVISION = "$Revision: 1.21 $"; /** * The initial width of the window @@ -117,6 +117,8 @@ public class Conient extends JFrame { // add the status panel to the bottom border getContentPane().add(bottom, "South"); + // a nice icon for the window + setIconImage((new ImageIcon("./uk/ac/ukc/iscream/conient/server.gif")).getImage()); // show the window show(); }