--- projects/cms/source/conient/uk/org/iscream/cms/conient/QueueFrame.java 2001/03/18 17:33:08 1.11 +++ projects/cms/source/conient/uk/org/iscream/cms/conient/QueueFrame.java 2001/03/19 01:38:16 1.12 @@ -13,7 +13,7 @@ import java.awt.event.*; /** * * @author $Author: ajm $ - * @version $Id: QueueFrame.java,v 1.11 2001/03/18 17:33:08 ajm Exp $ + * @version $Id: QueueFrame.java,v 1.12 2001/03/19 01:38:16 ajm Exp $ */ public class QueueFrame extends JFrame { @@ -22,7 +22,7 @@ public class QueueFrame extends JFrame { /** * The current CVS revision of this class */ - public final String REVISION = "$Revision: 1.11 $"; + public final String REVISION = "$Revision: 1.12 $"; //---STATIC METHODS--- @@ -34,7 +34,7 @@ public class QueueFrame extends JFrame { public QueueFrame() { super("Server Queue Status"); //addVisibleDataComponent(_conent, new StringDataComponent("Host Name", "packet.attributes.machine_name")); - JScrollPane scrollPane = new JScrollPane(_content); + JScrollPane scrollPane = new JScrollPane(_content,JScrollPane.VERTICAL_SCROLLBAR_AS_NEEDED , JScrollPane.HORIZONTAL_SCROLLBAR_NEVER); getContentPane().add(scrollPane, "Center"); JButton close = new JButton("Close Window"); close.addActionListener(new ActionListener() {