A great enhancement to the CellStyle feature in JIDE Grids
by David Qiao • January 17, 2012 • Java and Swing, JIDE • 1 Comment
A plain JTable is boring. People usually want to add some styles such as different colors, different fonts, nice little decorations to the JTable cells to make the table more interesting. Before using JIDE Grids, the only way to add styles is to use customized TableCellRenderers. For each unique style, create a TableCellRenderer and associate [...]
Read more →