removal of AlignmentFrame lines
[jalview.git] / src / jalview / gui / AnnotationPanel.java
index 1fc5734..71b7eac 100755 (executable)
@@ -149,7 +149,9 @@ public class AnnotationPanel extends JPanel implements AwtRenderPanelI,
    */
   public AnnotationPanel(AlignmentPanel ap)
   {
-    ToolTipManager.sharedInstance().registerComponent(this);
+           setBackground(Color.white);  // BH 2019
+
+           ToolTipManager.sharedInstance().registerComponent(this);
     ToolTipManager.sharedInstance().setInitialDelay(0);
     ToolTipManager.sharedInstance().setDismissDelay(10000);
     this.ap = ap;