I'm programming a “Explorer of files in JAVA” (I do not want the FILECHOOSER).
Then I am trying to create the area of “Views” where it can visualize files of any hard disc area in form of ICONS.
I wanted to know if some component in SWING exists with which I can create a view…
by moments I have made it using JBUTTON to represent each file and I place a ICON and try to pretend that it is view of the files on a JPANEL…
Albert