Skip to content
Snippets Groups Projects
Commit cc7703c2 authored by tjc's avatar tjc
Browse files

AminoAcidSequence.setGeneCode when changes in menus

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@2147 ee4ac58c-ac51-4696-9907-e4b3aa274f04
parent 51959448
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
* *
* $Header: //tmp/pathsoft/artemis/uk/ac/sanger/artemis/components/Splash.java,v 1.3 2004-11-29 17:19:30 tjc Exp $ * $Header: //tmp/pathsoft/artemis/uk/ac/sanger/artemis/components/Splash.java,v 1.4 2004-12-21 10:27:44 tjc Exp $
*/ */
package uk.ac.sanger.artemis.components; package uk.ac.sanger.artemis.components;
...@@ -32,6 +32,7 @@ import uk.ac.sanger.artemis.util.InputStreamProgressListener; ...@@ -32,6 +32,7 @@ import uk.ac.sanger.artemis.util.InputStreamProgressListener;
import uk.ac.sanger.artemis.util.InputStreamProgressEvent; import uk.ac.sanger.artemis.util.InputStreamProgressEvent;
import uk.ac.sanger.artemis.util.StringVector; import uk.ac.sanger.artemis.util.StringVector;
import uk.ac.sanger.artemis.sequence.Bases; import uk.ac.sanger.artemis.sequence.Bases;
import uk.ac.sanger.artemis.sequence.AminoAcidSequence;
import java.awt.*; import java.awt.*;
import java.awt.event.*; import java.awt.event.*;
...@@ -42,7 +43,7 @@ import javax.swing.border.Border; ...@@ -42,7 +43,7 @@ import javax.swing.border.Border;
* Base class that creates a generic "Splash Screen" * Base class that creates a generic "Splash Screen"
* *
* @author Kim Rutherford <kmr@sanger.ac.uk> * @author Kim Rutherford <kmr@sanger.ac.uk>
* @version $Id: Splash.java,v 1.3 2004-11-29 17:19:30 tjc Exp $ * @version $Id: Splash.java,v 1.4 2004-12-21 10:27:44 tjc Exp $
**/ **/
abstract public class Splash extends JFrame abstract public class Splash extends JFrame
...@@ -565,7 +566,9 @@ abstract public class Splash extends JFrame ...@@ -565,7 +566,9 @@ abstract public class Splash extends JFrame
Options.getOptions().setProperty("start_codons",sbuff.toString()); Options.getOptions().setProperty("start_codons",sbuff.toString());
} }
} }
AminoAcidSequence.setGeneCode();
if(helix_canvas != null) if(helix_canvas != null)
helix_canvas.repaint(); helix_canvas.repaint();
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment