From ffa00ba3e195e98fb547ba6dff8028042e9a592b Mon Sep 17 00:00:00 2001 From: Jim Procter Date: Wed, 26 Nov 2014 14:43:27 +0000 Subject: [PATCH] JAL-674 JAL-1578 commented code for displaying annotation properties in tooltip --- src/jalview/gui/AnnotationLabels.java | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/jalview/gui/AnnotationLabels.java b/src/jalview/gui/AnnotationLabels.java index ad6f9e5..0a3423e 100755 --- 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("
"); } - + // if (aa.hasProperties()) + // { + // desc.append(""); + // for (String prop : aa.getProperties()) + // { + // desc.append(""); + // } + // desc.append("
" + prop + "" + // + aa.getProperty(prop) + "
"); + // } } else { -- 1.7.10.2