--- projects/cms/source/conient/uk/org/iscream/cms/conient/Conient.java 2001/01/30 02:15:11 1.19 +++ projects/cms/source/conient/uk/org/iscream/cms/conient/Conient.java 2001/02/04 00:04:01 1.20 @@ -14,7 +14,7 @@ import java.awt.event.*; * and its own display. * * @author $Author: ajm $ - * @version $Id: Conient.java,v 1.19 2001/01/30 02:15:11 ajm Exp $ + * @version $Id: Conient.java,v 1.20 2001/02/04 00:04:01 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.19 $"; + public final String REVISION = "$Revision: 1.20 $"; /** * The initial width of the window @@ -106,10 +106,10 @@ public class Conient extends JFrame { bottom.add(messagesPane, "Center"); JPanel statusPanel = new JPanel(); JPanel linkPanel = new JPanel(); - linkPanel.setLayout(new GridLayout(2,1)); + linkPanel.setLayout(new GridLayout(1,2)); linkPanel.add(_controlStatus); linkPanel.add(_dataStatus); - statusPanel.setLayout(new GridLayout(1,3)); + statusPanel.setLayout(new GridLayout(2,1)); statusPanel.add(linkPanel); statusPanel.add(_queueStatus); bottom.add(statusPanel, "South");