Page 1 of 1

FontChooserDialog

Posted: Wed Jan 28, 2004 12:24 pm
by foxxx
Hello,

I want to use the FontChooserDialog and get the following error:

java.util.MissingResourceException: Can't find resource for bundle java.util.PropertyResourceBundle, key Help
...

My code:

...
Font myFont = new Font("Arial", java.awt.Font.BOLD, 12);
new FontChooserDialog(this,"Test",true,myFont);
...

What's wrong?

foxxx

Posted: Wed Jan 28, 2004 9:12 pm
by Taqua
Hi,

which version of JCommon do you use?

Have more fun,
said Thomas

Posted: Sat Feb 21, 2004 4:05 pm
by Taqua
Hi,

the missing resource keys are fixed now.

Have more fun,
said Thomas