JAL-885; Implementation of StructureFrequency.java and according
[jalview.git] / src / jalview / gui / AnnotationPanel.java
index 32f9514..6418c76 100755 (executable)
@@ -671,11 +671,11 @@ public class AnnotationPanel extends JPanel implements MouseListener,
            AlignmentAnnotation anot = aa[activeRow];
            
            if(anot.description.equals("secondary structure")){
-               System.out.println(anot.description+" "+anot.getRNAStruc());       
+               //System.out.println(anot.description+" "+anot.getRNAStruc());     
            }
          }
   }
-         
+         //TODO mouseClicked-content and drawCursor are quite experimental!
          public void drawCursor(Graphics graphics, SequenceI seq, int res, int x1, int y1)
          {
            int pady = av.charHeight / 5;