I was wondering if it is possible to create a gui component that is similar to a JTable, in that it displays rows and columns of information but it isn't a JTable.
What I'm going on about is a component like windows uses to display lists of files virtically, with their size, type, date created and other attributes, horizontally. They can be found in other programs such as Napster, which again uses them to display differnt files and their attributes.
I don't know what this component is called or even if they can be created in java but I really want to use one for this project i'm working on.
If anyone has any ideas about this they would be greatly welcome.