From: jprocter Date: Fri, 4 Feb 2011 11:26:34 +0000 (+0000) Subject: don't need to retrieve idwidthadjuster X-Git-Tag: Release_2_7~270 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=aee26bba96a11109ad006f76f38c990c6133aa79;p=jalview.git don't need to retrieve idwidthadjuster --- diff --git a/src/jalview/appletgui/AnnotationLabels.java b/src/jalview/appletgui/AnnotationLabels.java index 059e07f..2bdf06b 100755 --- a/src/jalview/appletgui/AnnotationLabels.java +++ b/src/jalview/appletgui/AnnotationLabels.java @@ -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); }