How to use JTree to display files from a directory in JPanel?
问题 I am working on developing a GUI using Swing. The GUI is implemented in such a way that the when the user wants to load a set of text files, then the filechooser dialog should open and the user selects the directory in which all the files are present. Now, I want to list all the files in the selected directory into a JScrollPane using JTree. I am using this example to implement JTree in my code: http://www.java2s.com/Code/Java/File-Input-Output/FileTreeDemo.htm However, the JTree is not