I thought I'd ask in case someone else has run into this before.
How would you go about showing the user's file directory structure in a Java applet, something like Windows Explorer?
Would I have to create a JTree and manipulate that, or is there an easier way?