I need to make a listview like the pic shows, but in Java.
E.G. from Delphi Listview
I've tried to use JList
but it didn't work quite right, I couldn't make columns, just rows. Could someone help me?
Try using JTable and do your own research for how to use JTable.