Sortable Tables

A discussion forum for the JCommon class library.
Locked
rohana

Sortable Tables

Post by rohana » Tue Feb 25, 2003 10:30 am

Can anyone tell me how to implement a sortable table using jcommon libaries

srajapu
Posts: 1
Joined: Wed Mar 31, 2004 4:52 pm

SortableTableModel

Post by srajapu » Mon Apr 05, 2004 10:20 pm

Example found within the JCommon lib:
org.jfree.ui.about.SystemPropertiesTableModel.java

Locked