From: cmzmasek@gmail.com Date: Tue, 24 Jun 2014 19:53:44 +0000 (+0000) Subject: in progress X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=719f80f90c6503fc5a2663524aecc78076211c3a;p=jalview.git in progress --- diff --git a/forester/java/src/org/forester/archaeopteryx/TreePanel.java b/forester/java/src/org/forester/archaeopteryx/TreePanel.java index 019eaea..fe048b3 100644 --- a/forester/java/src/org/forester/archaeopteryx/TreePanel.java +++ b/forester/java/src/org/forester/archaeopteryx/TreePanel.java @@ -2360,6 +2360,7 @@ public final class TreePanel extends JPanel implements ActionListener, MouseWhee sb.append( !ForesterUtil.isEmpty( a.getRefValue() ) ? a.getRefValue() : a.getDesc() ); } final String ann_str = sb.toString(); + System.out.println( ann_str ); if ( !ForesterUtil.isEmpty( ann_str ) ) { c = getControlPanel().getAnnotationColors().get( ann_str ); if ( c == null ) { @@ -2371,6 +2372,7 @@ public final class TreePanel extends JPanel implements ActionListener, MouseWhee } } } + System.out.println( c.toString() ); return c; }