don't need to retrieve idwidthadjuster
authorjprocter <Jim Procter>
Fri, 4 Feb 2011 11:26:34 +0000 (11:26 +0000)
committerjprocter <Jim Procter>
Fri, 4 Feb 2011 11:26:34 +0000 (11:26 +0000)
src/jalview/appletgui/AnnotationLabels.java

index 059e07f..2bdf06b 100755 (executable)
@@ -66,6 +66,8 @@ public class AnnotationLabels extends Panel implements ActionListener,
     this.av = ap.av;
     setLayout(null);
 
+    /**
+     * this retrieves the adjustable height glyph from resources. we don't use it at the moment.
     java.net.URL url = getClass().getResource("/images/idwidth.gif");
     Image temp = null;
 
@@ -89,7 +91,7 @@ public class AnnotationLabels extends Panel implements ActionListener,
     g.rotate(Math.toRadians(90));
     g.drawImage(temp, 0, -bi.getWidth(this), this);
     image = (Image) bi;
-
+*/
     addMouseListener(this);
     addMouseMotionListener(this);
   }