File explorer java
Posted
by Studer
on Stack Overflow
See other posts from Stack Overflow
or by Studer
Published on 2010-05-30T14:11:39Z
Indexed on
2010/05/30
14:22 UTC
Read the original article
Hit count: 362
I'd like to have some kind of file browser like Windows Explorer inside a Java Application.
I just want something that's able to list file inside a folder recursively.
Is there a simple way to do this ?
I already tried to use JFileChooser but it's not what I want.
© Stack Overflow or respective owner