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

update

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@9394 ee4ac58c-ac51-4696-9907-e4b3aa274f04
parent 5b3ec5ad
No related branches found
No related tags found
No related merge requests found
......@@ -180,7 +180,7 @@ public class ChadoDemo
int index = location.indexOf('=') + 1;
String schema = location.substring(index);
final List schemas = dao.getOrganisms();;
final List schemas = dao.getOrganismsContainingSrcFeatures();
Vector v_schemas = new Vector();
v_schemas.add(0, "All");
......@@ -202,8 +202,7 @@ public class ChadoDemo
JScrollPane jsp = new JScrollPane(schema_list);
Box xbox = Box.createHorizontalBox();
final JTextField gene_text = new JTextField(20);
gene_text.setText("PFA0005w");
final JTextField gene_text = new JTextField("PFA0005w*",20);
xbox.add(gene_text);
gene_text.selectAll();
......
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