Create your table:
JTable my_table = new JTable();Make you table sortable:
my_table.setAutoCreateRowSorter(true);
Anything and Everything on Technology Development
Comments
Post a Comment