Believe it or not, JTable is probably one of the most used Swing components. To unleash the power of JTable, we introduced JIDE Grids - a collection of all JTable related components.
In the current release, in addition to the foundation work we laid out for JTable, we provided
many useful table components such as PropertyTable - a two-column JTable which can be used in many applications to show object properties,
SortableTable - a multi-column sortable table, FilterableTable - a table which can accept filters, HierarchicalTable – which allows nesting components inside a table, TreeTable - a combination of a tree and a table, CellSpanTable - which enables cell spanning across any number of columns and rows, and CellStyleTable – which lets you specify a different background/foreground/font/alignment for each cell.