Print

Print


Commit in hps-java/src/main/java/org/lcsim/hps/monitoring on MAIN
MonitoringApplication.java+7-51.51 -> 1.52
sort of more sane layout setting but still needs work

hps-java/src/main/java/org/lcsim/hps/monitoring
MonitoringApplication.java 1.51 -> 1.52
diff -u -r1.51 -r1.52
--- MonitoringApplication.java	21 Sep 2012 23:22:18 -0000	1.51
+++ MonitoringApplication.java	30 May 2013 22:31:00 -0000	1.52
@@ -60,6 +60,7 @@
 import java.util.logging.Logger;
 
 import javax.imageio.ImageIO;
+import javax.swing.BorderFactory;
 import javax.swing.JFileChooser;
 import javax.swing.JFrame;
 import javax.swing.JMenu;
@@ -72,6 +73,7 @@
 import javax.swing.JTable;
 import javax.swing.SwingUtilities;
 import javax.swing.Timer;
+import javax.swing.border.EtchedBorder;
 import javax.swing.table.DefaultTableModel;
 
 import org.apache.commons.cli.CommandLine;
@@ -92,7 +94,7 @@
  * calling its main() method.
  *
  * @author Jeremy McCormick <[log in to unmask]>
- * @version $Id: MonitoringApplication.java,v 1.51 2012/09/21 23:22:18 meeg Exp $
+ * @version $Id: MonitoringApplication.java,v 1.52 2013/05/30 22:31:00 jeremy Exp $
  */
 public class MonitoringApplication {
 
@@ -212,7 +214,7 @@
         log("Application initialized successfully.");       
     }
     
-    void setupAida() {
+    private void setupAida() {
         MonitoringAnalysisFactory.register();
         MonitoringPlotFactory.setRootPane(plotPane);
     }
@@ -231,10 +233,10 @@
         
         // Lefthand panel containing the three application tabs.
         leftPanel = new JPanel();
-        leftPanel.setPreferredSize(new Dimension(leftPanelWidth, screenHeight-30));
+        //leftPanel.setPreferredSize(new Dimension(leftPanelWidth, screenHeight-30));
         //leftPanel.setBorder(BorderFactory.createEtchedBorder(EtchedBorder.LOWERED));
-        //leftPanel.setMinimumSize(new Dimension(leftPanelWidth, screenHeight-30));
-        leftPanel.setLayout(new GridBagLayout());        
+        leftPanel.setMinimumSize(new Dimension(leftPanelWidth, screenHeight-30));
+        leftPanel.setLayout(new GridBagLayout());
 
         // Connection status panel.
         GridBagConstraints c = new GridBagConstraints();
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