--- projects/cms/source/conient/uk/org/iscream/cms/conient/QueueFrame.java 2001/03/22 00:50:22 1.15 +++ projects/cms/source/conient/uk/org/iscream/cms/conient/QueueFrame.java 2001/05/29 17:41:32 1.16 @@ -1,9 +1,9 @@ //---PACKAGE DECLARATION--- -package uk.org.iscream.conient; +package uk.org.iscream.cms.conient; //---IMPORTS--- -import uk.org.iscream.util.*; -import uk.org.iscream.conient.datacomponents.*; +import uk.org.iscream.cms.server.util.*; +import uk.org.iscream.cms.conient.datacomponents.*; import javax.swing.*; import javax.swing.border.*; import java.util.*; @@ -18,8 +18,8 @@ import java.awt.event.*; * This allows a check to be made on the current performance of * the internal queues. * - * @author $Author: ajm $ - * @version $Id: QueueFrame.java,v 1.15 2001/03/22 00:50:22 ajm Exp $ + * @author $Author: tdb $ + * @version $Id: QueueFrame.java,v 1.16 2001/05/29 17:41:32 tdb Exp $ */ public class QueueFrame extends JFrame { @@ -28,7 +28,7 @@ public class QueueFrame extends JFrame { /** * The current CVS revision of this class */ - public final String REVISION = "$Revision: 1.15 $"; + public final String REVISION = "$Revision: 1.16 $"; //---STATIC METHODS---