From: gmungoc Date: Thu, 12 Feb 2015 11:04:45 +0000 (+0000) Subject: JAL-1633 set file format on 'translate cDNA' X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=cb646bbb8d612d6bf14d1eeec6a02b91ac532c61;hp=d10280f7592e21f1ed4d1030d3ece3e95f3b385b;p=jalview.git JAL-1633 set file format on 'translate cDNA' --- diff --git a/src/jalview/gui/AlignFrame.java b/src/jalview/gui/AlignFrame.java index d613ea7..dedff72 100644 --- a/src/jalview/gui/AlignFrame.java +++ b/src/jalview/gui/AlignFrame.java @@ -429,7 +429,7 @@ public class AlignFrame extends GAlignFrame implements DropTargetListener, public void setFileName(String file, String format) { fileName = file; - currentFileFormat = format; + setFileFormat(format); reload.setEnabled(true); } @@ -4963,6 +4963,7 @@ public class AlignFrame extends GAlignFrame implements DropTargetListener, else { AlignFrame af = new AlignFrame(al, DEFAULT_WIDTH, DEFAULT_HEIGHT); + af.setFileFormat(this.currentFileFormat); Desktop.addInternalFrame(af, MessageManager.formatMessage( "label.translation_of_params", new Object[] { this.getTitle() }), DEFAULT_WIDTH, DEFAULT_HEIGHT); @@ -4972,6 +4973,16 @@ public class AlignFrame extends GAlignFrame implements DropTargetListener, } /** + * Set the file format + * + * @param fileFormat + */ + public void setFileFormat(String fileFormat) + { + this.currentFileFormat = fileFormat; + } + + /** * Try to load a features file onto the alignment. * * @param file