> > Anyone done this before?
>
> * * *TableColumn.setHeaderRenderer() sounds promising, although
Sure. I'm after something a bit more programmer-friendly like
setHeaderAngle(double)
I'm probably looking for something that JTable was never conceived to
do, because, for the tilted headers to work, their shapes would have
to distort from the rectangular to sheared rects, ie diamonds. For the
last column, this poses a problem whereby the header needs to be wider
than the natural width of the column.
Don't think the Swing team ever considered the need to support this,
but sure would be nice to be able to do.