I'm working on a software with multiple languages. And german language needs column headers with a different height.
As you can see on the screen, we can't read the text of the table headers. But when I resize my JFrame (I resize the whole software (main Frame)), my headers are resized too ...
But there is no code to resize the header height in the app. And I would like to reproduce this at the table creation. Because I don't want to force the user to resize the frame to see the entire headers. So how can I reproduce the header height without resizing the software frame ?

