用java写树时,用TreePath P=fileTree.getLeadSectionPath();
System.out.println(p.toString());
读取后显示的是
但我重新写了JTree后,返回结果却是
也就是我的file.Tree.getLeadSelectionPath()得不到我想要的上面的结果。。。请问这要怎么解决?