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

tidy

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@5195 ee4ac58c-ac51-4696-9907-e4b3aa274f04
parent be11d9b5
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,6 @@ import org.gmod.schema.general.DbXRef;
import org.gmod.schema.organism.Organism;
import org.gmod.schema.cv.CvTerm;
import org.gmod.schema.cv.Cv;
import org.gmod.schema.general.Db;
import org.gmod.schema.pub.Pub;
import org.gmod.schema.pub.PubDbXRef;
......
......@@ -109,7 +109,7 @@ class GoBox extends CvBoxA
// the WITH column is associated with one or more FeatureCvTermDbXRef
String with = getField("with=", qualifierString);
withTextField = new JTextField(with);
withTextField.setToolTipText("with column");
withTextField.setToolTipText("with/from column");
withTextField.setPreferredSize(dimension);
withTextField.setMaximumSize(dimension);
withTextField.setActionCommand("with=");
......
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