JTable header text alignment
843807Oct 8 2009 — edited Oct 12 2009Swing allocates big enough empty space on left and right side of the each column name. If the column width is small, I see dots instead of text, but there is enough room to show full text. How can I control JTable header text painting? I would like to align the column name text left and right very close to the column separator. How to do this?