git://source.jalview.org
/
jalview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df5ad7e
)
don't need to retrieve idwidthadjuster
author
jprocter
<Jim Procter>
Fri, 4 Feb 2011 11:26:34 +0000
(11:26 +0000)
committer
jprocter
<Jim Procter>
Fri, 4 Feb 2011 11:26:34 +0000
(11:26 +0000)
src/jalview/appletgui/AnnotationLabels.java
patch
|
blob
|
history
diff --git
a/src/jalview/appletgui/AnnotationLabels.java
b/src/jalview/appletgui/AnnotationLabels.java
index
059e07f
..
2bdf06b
100755
(executable)
--- 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);
}