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

change for test suite

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@15734 ee4ac58c-ac51-4696-9907-e4b3aa274f04
parent 50779b57
Branches
Tags
No related merge requests found
......@@ -265,8 +265,6 @@ public class VCFview extends JPanel
if(feature_display == null)
{
bottomPanel.add(scrollBar, BorderLayout.SOUTH);
frame.pack();
frame.setVisible(true);
selection = new Selection(null);
}
else
......@@ -1779,6 +1777,8 @@ public class VCFview extends JPanel
JFrame f = new JFrame();
new VCFview(f, (JPanel) f.getContentPane(), vcfFileList,
nbasesInView, 100000000, null, reference, null);
f.pack();
f.setVisible(true);
}
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment