What is the easiest and best way to display array list in window builder? I'm trying to create simple application to manage database. I have managed to create very simple version with text fields for each part of array list, but i want to go step higher. Rows must be clickable so i can get information about clicked row to edit it.
I have heard JTable is good but some people say it's not supported for array lists, and i suppose they are right because i couldn't display anything for like an hour now.