It looks like the OS is controlling the whole JFrame title bar. I tried using:
UIManager.setLookAndFeel()
To change the Look and Feel, but it doesn't seem to affect the title bar.
On my Windows machine the default is left aligned, but on my Linux machine it's centered, and somehow, I'd like to try to always show the title text left aligned.
I saw one example where they basically built every element of the title bar from scratch, and I'd rather not go there.
Is there any other way to do it?
Thanks!