The task is to write something in the style of Total Comander-a on the swing. The question is, based on what to do the file list. I want to be able to move the size of the column type, size, date and move through the list with the keys. JTable is not very suitable, because when pressed to the right, the selected cell will move to where it is not supposed (for a date column, for example). It would be great if you could make this list striped. Do not tell me how best to organize it?
- Please clarify what you mean by the phrase "based on what" - based on what structure / based on what / lib in java, or how to get a list of files from the OS. Also could you more precisely formulate the requirements for the program? - Mr.Ki.D.
- Based on which swing structure. There are no problems with files, the problem is in the organization of the gui part, which is responsible for displaying the list of files. - Victor Smirnov
|