From: jprocter Date: Mon, 25 Apr 2011 13:08:11 +0000 (+0000) Subject: JAL-824 - ensure Jmol colouring is a radio button X-Git-Tag: Release_2_7~201 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=f9c6c71ac607f5171505139bcfa6b0f5cafb1791;p=jalview.git JAL-824 - ensure Jmol colouring is a radio button --- diff --git a/src/jalview/appletgui/AppletJmol.java b/src/jalview/appletgui/AppletJmol.java index 9efe17e..5b31db8 100644 --- 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);