--- projects/cms/source/conient/uk/org/iscream/cms/conient/QueueFrame.java 2002/05/18 18:15:56 1.17 +++ projects/cms/source/conient/uk/org/iscream/cms/conient/QueueFrame.java 2002/05/21 16:47:10 1.18 @@ -1,5 +1,6 @@ /* - * i-scream central monitoring system + * i-scream central monitoring system + * http://www.i-scream.org.uk * Copyright (C) 2000-2002 i-scream * * This program is free software; you can redistribute it and/or @@ -38,7 +39,7 @@ import java.awt.event.*; * the internal queues. * * @author $Author: tdb $ - * @version $Id: QueueFrame.java,v 1.17 2002/05/18 18:15:56 tdb Exp $ + * @version $Id: QueueFrame.java,v 1.18 2002/05/21 16:47:10 tdb Exp $ */ public class QueueFrame extends JFrame { @@ -47,7 +48,7 @@ public class QueueFrame extends JFrame { /** * The current CVS revision of this class */ - public final String REVISION = "$Revision: 1.17 $"; + public final String REVISION = "$Revision: 1.18 $"; //---STATIC METHODS---