in progress
authorcmzmasek@gmail.com <cmzmasek@gmail.com@ca865154-3058-d1c3-3e42-d8f55a55bdbd>
Tue, 24 Jun 2014 19:53:44 +0000 (19:53 +0000)
committercmzmasek@gmail.com <cmzmasek@gmail.com@ca865154-3058-d1c3-3e42-d8f55a55bdbd>
Tue, 24 Jun 2014 19:53:44 +0000 (19:53 +0000)
forester/java/src/org/forester/archaeopteryx/TreePanel.java

index 019eaea..fe048b3 100644 (file)
@@ -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;
     }