Use multiple fonts, colors, cell spanning - Nobuo Tamemasa
An example showing the use of multiple fonts, colors, cell spans etc. that have already been covered in individual articles.
(Added: 3-Jan-1999)
Use the JTable as an editable list - Nobuo Tamemasa
Display the table as if it were a list and allow the items to be edited.
(Added: 3-Jan-1999)
Using Radio Buttons in a Cell - Nobuo Tamemasa
Use radio buttons in a column (creating radio groups by rows).
(Added: 2-Jan-1999)
Value indicator cellrenderer - Nobuo Tamemasa
A cell renderer that shows the cell value in a progress bar fashion using different color codes.
(Added: 8-Mar-1999)
SortedTableModel - M. J. Stam
A swing based table model which allows you to load data row by row in sorted order. Once loaded the table view can be changed rapidly to sort in ascending/descending order by any column.
(Added: 12-Jul-1999)