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
Branches
Tags
No related merge requests found
......@@ -20,7 +20,7 @@
* along with this program; if not, write to the Free Software
* 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;
......@@ -32,6 +32,7 @@ import uk.ac.sanger.artemis.util.InputStreamProgressListener;
import uk.ac.sanger.artemis.util.InputStreamProgressEvent;
import uk.ac.sanger.artemis.util.StringVector;
import uk.ac.sanger.artemis.sequence.Bases;
import uk.ac.sanger.artemis.sequence.AminoAcidSequence;
import java.awt.*;
import java.awt.event.*;
......@@ -42,7 +43,7 @@ import javax.swing.border.Border;
* Base class that creates a generic "Splash Screen"
*
* @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
......@@ -566,6 +567,8 @@ abstract public class Splash extends JFrame
}
}
AminoAcidSequence.setGeneCode();
if(helix_canvas != null)
helix_canvas.repaint();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment