JAL-674 JAL-1578 commented code for displaying annotation properties in tooltip
[jalview.git] / src / jalview / gui / AnnotationLabels.java
index ad6f9e5..0a3423e 100755 (executable)
@@ -478,7 +478,16 @@ public class AnnotationLabels extends JPanel implements MouseListener,
         {
           desc.append("<br/>");
         }
-
+        // if (aa.hasProperties())
+        // {
+        // desc.append("<table>");
+        // for (String prop : aa.getProperties())
+        // {
+        // desc.append("<tr><td>" + prop + "</td><td>"
+        // + aa.getProperty(prop) + "</td><tr>");
+        // }
+        // desc.append("</table>");
+        // }
       }
       else
       {