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:
6b1e88e
)
JAL-824 - ensure Jmol colouring is a radio button
author
jprocter
<Jim Procter>
Mon, 25 Apr 2011 13:08:11 +0000
(13:08 +0000)
committer
jprocter
<Jim Procter>
Mon, 25 Apr 2011 13:08:11 +0000
(13:08 +0000)
src/jalview/appletgui/AppletJmol.java
patch
|
blob
|
history
diff --git
a/src/jalview/appletgui/AppletJmol.java
b/src/jalview/appletgui/AppletJmol.java
index
9efe17e
..
5b31db8
100644
(file)
--- a/
src/jalview/appletgui/AppletJmol.java
+++ b/
src/jalview/appletgui/AppletJmol.java
@@
-180,6
+180,7
@@
public class AppletJmol extends EmbmenuFrame implements
hydro.addActionListener(this);
chain.addActionListener(this);
seqColour.addItemListener(this);
+ jmolColour.addItemListener(this);
zappo.addActionListener(this);
taylor.addActionListener(this);
helix.addActionListener(this);
@@
-187,7
+188,6
@@
public class AppletJmol extends EmbmenuFrame implements
turn.addActionListener(this);
buried.addActionListener(this);
user.addActionListener(this);
- jmolColour.addActionListener(this);
jmolHelp.addActionListener(this);