Search code examples
javaeclipseswinglistviewtabular

Listview in Java


I need to make a listview like the pic shows, but in Java.

E.G. from Delphi Listview

Tabular GUI component

I've tried to use JList but it didn't work quite right, I couldn't make columns, just rows. Could someone help me?


Solution

  • Try using JTable and do your own research for how to use JTable.