git://source.jalview.org
/
jalview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b5be95
)
JAL-674 JAL-1578 commented code for displaying annotation properties in tooltip
author
Jim Procter
<jprocter@dundee.ac.uk>
Wed, 26 Nov 2014 14:43:27 +0000
(14:43 +0000)
committer
Jim Procter
<jprocter@dundee.ac.uk>
Wed, 26 Nov 2014 14:43:27 +0000
(14:43 +0000)
src/jalview/gui/AnnotationLabels.java
patch
|
blob
|
history
diff --git
a/src/jalview/gui/AnnotationLabels.java
b/src/jalview/gui/AnnotationLabels.java
index
ad6f9e5
..
0a3423e
100755
(executable)
--- a/
src/jalview/gui/AnnotationLabels.java
+++ b/
src/jalview/gui/AnnotationLabels.java
@@
-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
{