How do I set the font size of the title of a JDialog. I\'m displaying JDialogs on extremely high resolution monitors (5 mega pixels), and the dialog titles are not legible.
I don't think there is a good way to change the font size. I would suggest creating a custom dialog based on a Window that would have a larger title and a close button.