Print

Print


Commit in hps-java/src/main/java/org/lcsim/hps/monitoring on MAIN
AIDAFrame.java+2-21.5 -> 1.6
fix dumb layout fail

hps-java/src/main/java/org/lcsim/hps/monitoring
AIDAFrame.java 1.5 -> 1.6
diff -u -r1.5 -r1.6
--- AIDAFrame.java	23 May 2012 18:22:16 -0000	1.5
+++ AIDAFrame.java	23 May 2012 22:43:48 -0000	1.6
@@ -8,7 +8,7 @@
 /**
  *
  * @author Sho Uemura <[log in to unmask]>
- * @version $Id: AIDAFrame.java,v 1.5 2012/05/23 18:22:16 meeg Exp $
+ * @version $Id: AIDAFrame.java,v 1.6 2012/05/23 22:43:48 meeg Exp $
  */
 public class AIDAFrame extends JFrame {
 
@@ -23,7 +23,7 @@
         menubar = new JMenuBar();
         this.setJMenuBar(menubar);
 
-        this.add(tabbedPane, BorderLayout.NORTH);
+        this.add(tabbedPane, BorderLayout.CENTER);
 
         controlsPanel = new JPanel();
         controlsPanel.setLayout(new BoxLayout(controlsPanel, BoxLayout.X_AXIS));
CVSspam 0.2.12


Use REPLY-ALL to reply to list

To unsubscribe from the LCD-CVS list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=LCD-CVS&A=1