I used the Vertical Table Header Cell Renderer that is available in this site here
It works great for me but I need a clue on how can I have in some headers that are vertically aligned multiple rows like this you can see in the image of the example (Coordinate Geometry). I tried to set the strings with the appropriate \n character but I think my approach is very simplistic and wrong.
Please keep it simple.
Thank you!
I used the Vertical Table Header Cell Renderer that is available in this site
Share
From Joop answer, I made this. Instead of changing the label directly you can keep your
\n.In your file
DefaultTableHeaderCellRenderer.java, replacegetTableCellRendererComponentwith this method :