command line hook for questionnaire url argument.
[jalview.git] / src / jalview / gui / AnnotationLabels.java
index e4c074b..783c905 100755 (executable)
@@ -358,12 +358,13 @@ public class AnnotationLabels extends JPanel implements MouseListener,
 
       getSelectedRow(evt.getY() - scrollOffset);
 
-      if(selectedRow>-1)
+      if(selectedRow>-1
+         && ap.av.alignment.getAlignmentAnnotation().length>selectedRow)
       {
         String desc = ap.av.alignment.
             getAlignmentAnnotation()[selectedRow].description;
 
-        if (desc != null && !desc.equals("New Description"))
+        if (desc != null && !desc.equals("New description"))
           setToolTipText(ap.av.alignment.
                          getAlignmentAnnotation()[selectedRow].description);