> How do I change the font of a Frame or Dialog's title.
You usually don't, because Java's standard way is to let the window
decoration be painted by the native graphics system, outside of Java's
control.
You can tell Java to paint it them self on some platforms in some PLAFs,
but you still don't have an API. There might be ways to change the font
in this cases, but I never came around to investigate this in detail.
You have to look into the implementation to figure out if there is some
back door, like using HTML labels or properties.
/Thomas

Signature
The comp.lang.java.gui FAQ:
ftp://ftp.cs.uu.nl/pub/NEWS.ANSWERS/computer-lang/java/gui/faq
MrFredBloggs@hotmail.com - 08 Jun 2005 09:23 GMT
For your most complete answer....
Fankx,
Fred.