I am in need of a java file system browser without all the buttons and fields. Does swing have any components that can do this ? If not are there any third party components that can help me with this ?
JFileChooser

What I am looking for

In hindsight the question is vague. The JList style view of the component is not exactly what I am looking for. I just need a file browser which will fire an event when user selects something. Whether it is a JList style browser or a tree style brower is secondary. I see there are ways I can code this myself, the reason for posting a question here is to see if there are components that do this already.