OSDN Git Service

Imported Classpath 0.18.
[pf3gnuchains/gcc-fork.git] / libjava / classpath / javax / swing / tree / DefaultTreeSelectionModel.java
index de27dad..75b76a9 100644 (file)
@@ -116,7 +116,7 @@ public class DefaultTreeSelectionModel
         */
        public DefaultTreeSelectionModel()
        {
-               setSelectionMode(DISCONTIGUOUS_TREE_SELECTION);
+               setSelectionMode(SINGLE_TREE_SELECTION);
                listenerList = new EventListenerList();
        }