I would like to set the vertical alignment of the label in the header of my JTable-derrived class.
I am aware of setVerticalAlignment(SwingConstants.BOTTOM);
My header is much higher than the font and I would like to place the text slightly below the vertical centre.
How can I do this, without overriding paint() ?
THX
one of ways is to set
Renderer,TableHeaderby default returnsJLabel, for example