From: Jim Procter Date: Wed, 26 Nov 2014 14:43:27 +0000 (+0000) Subject: JAL-674 JAL-1578 commented code for displaying annotation properties in tooltip X-Git-Tag: Jalview_2_9~121^2~7^2~2 X-Git-Url: http://source.jalview.org/gitweb/?p=jalview.git;a=commitdiff_plain;h=ffa00ba3e195e98fb547ba6dff8028042e9a592b JAL-674 JAL-1578 commented code for displaying annotation properties in tooltip --- 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 {