TableHeader text alignment
843806Jun 24 2009 — edited Nov 19 2009Is there a way to set the alignment differently for different columns of a JTable?
For some columns, I want my header text centered, for others I want it left aligned.
I would like to avoid replacing the TableHeader's default renderer with my own because I like its L & F (I'm using Nimbus).
I just want to be able to control the text alignment in the header on a column by column basis.