--- projects/cms/source/conient/uk/org/iscream/cms/conient/Conient.java 2001/01/21 03:30:00 1.9 +++ projects/cms/source/conient/uk/org/iscream/cms/conient/Conient.java 2001/01/22 03:03:39 1.10 @@ -20,7 +20,7 @@ import javax.swing.border.*; * NASTY AND BASIC, PLEASE DON'T COMPLAIN * * @author $Author: ajm $ - * @version $Id: Conient.java,v 1.9 2001/01/21 03:30:00 ajm Exp $ + * @version $Id: Conient.java,v 1.10 2001/01/22 03:03:39 ajm Exp $ */ public class SwingClient extends JFrame { @@ -29,8 +29,8 @@ public class SwingClient extends JFrame { /** * The current CVS revision of this class */ - public final String REVISION = "$Revision: 1.9 $"; - + public final String REVISION = "$Revision: 1.10 $"; + private final int width = 600; private final int height = 600;