Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在下面的代码中注意到
DefaultTreeModel treemodel = new DefaultTreeModel(); TreeNode root = treeModel.getRoot();
问题是root值是“root”而不是文件系统上文件的路径。
root
我期望的是像“C:\”或“D:\”这样的东西,具体取决于树。
有人遇到这个问题吗?
不完全是您要问的问题,但这里是如何实现文件树的教程/示例。
http://www.chka.de/swing/tree/FileTreeModel.html