At line 50 you have retrieved an array containing the file names.
JList has a setListData method that takes an array as a parameter and displays the contents of the array.
So you just need to create a JList somewhere in your window and call its setListData method passing the array of file names.
JamesCherrill
... trying to help
8,526 posts since Apr 2008
Reputation Points: 2,583
Solved Threads: 1,456
Skill Endorsements: 30
Yes, that's where the list comes from
JamesCherrill
... trying to help
8,526 posts since Apr 2008
Reputation Points: 2,583
Solved Threads: 1,456
Skill Endorsements: 30