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

setSelection in constructor

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@6478 ee4ac58c-ac51-4696-9907-e4b3aa274f04
parent c950ee2f
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
* $Header: //tmp/pathsoft/artemis/uk/ac/sanger/artemis/components/genebuilder/GeneComponentTree.java,v 1.19 2007-05-03 12:57:01 tjc Exp $
* $Header: //tmp/pathsoft/artemis/uk/ac/sanger/artemis/components/genebuilder/GeneComponentTree.java,v 1.20 2007-10-01 14:56:23 tjc Exp $
*/
package uk.ac.sanger.artemis.components.genebuilder;
......@@ -80,7 +80,7 @@ public class GeneComponentTree extends JTree
//Listen for when a file is selected
selection_listener = new GeneTreeSelectionListener();
addTreeSelectionListener(selection_listener);
setSelection(selection);
}
/**
......
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