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

set read in sequence file default

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@8560 ee4ac58c-ac51-4696-9907-e4b3aa274f04
parent 025836e7
No related branches found
No related tags found
No related merge requests found
......@@ -346,11 +346,11 @@ public class Wizard
else
radioButtons = new JRadioButton[2];
final ButtonGroup group = new ButtonGroup();
radioButtons[0] = new JRadioButton("Read in data file");
radioButtons[0] = new JRadioButton("Read in sequence file");
group.add(radioButtons[0]);
radioButtons[1] = new JRadioButton("Create new dna display");
group.add(radioButtons[1]);
radioButtons[1].setSelected(true);
radioButtons[0].setSelected(true);
bdown.add(radioButtons[0]);
bdown.add(radioButtons[1]);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment