I'm creating a Java app with some simple Swing GUI elements, like
Spinners and Combo boxes. Right now I'm using JBuilder 2005 Ent. trial
to do my work.
So far, I haven't found any way to get these GUI elements to auto
format in runtime. It seems to me that these things ought to be set up
by the JVM at runtime so as to match the user's Desktop preferences
for font and size. Am I missing something here? Is there a way to do
this? If so, please let me know.