Swing JTree with Checkbox and JFileChooser

前端 未结 1 1205
感情败类
感情败类 2021-01-23 01:13

By using JFileChooser I am able to select file and folders getting JList with File Objects and I am showing it with checkbox. Now my requirement is like I want to s

相关标签:
1条回答
  • 2021-01-23 01:37

    Sounds a bit complicated... as far as the tree goes, there's an online post of code from the OReilly Java Cookbook that might help you:

    http://java.codefetch.com/cache?url=http://examples.oreilly.com/javacook2/javacooksrc2.jar&path=gui/FileTree.java&lang=java&qy=jtree+file

    0 讨论(0)
提交回复
热议问题