How can I change my JLabel to look like a table cell with Substance?
- by DR
I have a custom TableCellRenderer which returns a JLabel as the renderer component.
Naturally the table cell now looks like a label and no longer like a table cell, which makes a difference especially when using Substance.
Is it possible to modify the label so that the LaF renders it like an ordinary table cell?
The best I could do was setting the background color of the label, but the borders and transition effets are missing.