Hi.
I know this is not at all amiga related, but I've tried just about everything now (as well as searching everywhere).
I want to know if there is a way to set JAVA's default swing font globally instead of per J-item.
Failing that (I had already given up), does anyone know how I can set the font of a JDialog, if that's possible?
dialog.setFont(...) doesn't produce any errors, and a later getFont returns the font I've said, but it's not the font it uses to display its message.
Any ideas?
The problem is that it doesn't use a monospaced font for it's swing components, which makes aligning text a living nightmare, especially when you don't know the text to come.
Sincerely,
-Kenneth Straarup.