22
33import java .awt .BorderLayout ;
44import java .awt .Font ;
5- import java .awt .Image ;
65import java .awt .event .ActionEvent ;
76import java .awt .event .ActionListener ;
87import java .awt .event .ItemEvent ;
98import java .awt .event .ItemListener ;
109import java .io .File ;
11- import java .io .IOException ;
12- import java .net .URL ;
1310import java .text .DateFormat ;
1411import java .text .SimpleDateFormat ;
1512import java .util .Date ;
1815import java .util .logging .Level ;
1916import java .util .logging .Logger ;
2017
21- import javax .imageio .ImageIO ;
22- import javax .swing .ImageIcon ;
2318import javax .swing .JCheckBoxMenuItem ;
2419import javax .swing .JFileChooser ;
2520import javax .swing .JFrame ;
@@ -309,7 +304,7 @@ public void initSummary() {
309304 splitPanel .setLeftComponent (CLAS12View );
310305 splitPanel .setRightComponent (this .CLAS12Canvas );
311306 JTextPane clas12Text = new JTextPane ();
312- clas12Text .setText ("CLAS12 \n monitoring plots \n V7 .11\n " );
307+ clas12Text .setText ("MON12 v7 .11\n " );
313308 clas12Text .setEditable (false );
314309 this .clas12Textinfo .setEditable (false );
315310 this .clas12Textinfo .setFont (new Font ("Avenir" ,Font .PLAIN ,16 ));
@@ -321,10 +316,9 @@ public void initSummary() {
321316 clas12Text .setBackground (CLAS12View .getBackground ());
322317 clas12Text .setFont (new Font ("Avenir" ,Font .PLAIN ,20 ));
323318 JLabel clas12Design = Util .getImage ("/images/CLAS-frame-high.jpg" ,0.1 );
324- CLAS12View .add (this .clas12Textinfo ,BorderLayout .BEFORE_FIRST_LINE );
325- CLAS12View .add (clas12Design );
319+ CLAS12View .add (this .clas12Textinfo ,BorderLayout .NORTH );
320+ CLAS12View .add (clas12Design , BorderLayout . CENTER );
326321 CLAS12View .add (clas12Text ,BorderLayout .PAGE_END );
327-
328322 this .tabbedpane .add (splitPanel ,"Summary" );
329323 }
330324
0 commit comments