JAL-3368 JAL-2365 JAL-2642
[jalview.git] / src / jalview / jbgui / GAlignmentPanel.java
index 29a0cc0..3dd0205 100755 (executable)
@@ -31,6 +31,7 @@ import javax.swing.JScrollBar;
 import javax.swing.JScrollPane;
 import javax.swing.border.Border;
 
+@SuppressWarnings("serial")
 public class GAlignmentPanel extends JPanel
 {
          protected JScrollBar vscroll = new JScrollBar();
@@ -53,7 +54,7 @@ public class GAlignmentPanel extends JPanel
 
          BorderLayout borderLayout11 = new BorderLayout();
 
-         public JScrollPane annotationScroller = new JScrollPane();
+  public JScrollPane annotationScroller = new JScrollPane();
 
          Border border1;
 
@@ -122,6 +123,7 @@ public class GAlignmentPanel extends JPanel
     hscrollFillerPanel.setPreferredSize(new Dimension(70, 10));
     hscrollHolder.setBackground(Color.white);
     annotationScroller.setBorder(null);
+    annotationScroller.setBackground(Color.BLUE);
     annotationScroller.setPreferredSize(new Dimension(10, 80));
     this.setPreferredSize(new Dimension(220, 166));