FontChooserDialog

A discussion forum for the JCommon class library.
Locked
foxxx

FontChooserDialog

Post by foxxx » Wed Jan 28, 2004 12:24 pm

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

Taqua
JFreeReport Project Leader
Posts: 698
Joined: Fri Mar 14, 2003 3:34 pm
Contact:

Post by Taqua » Wed Jan 28, 2004 9:12 pm

Hi,

which version of JCommon do you use?

Have more fun,
said Thomas

Taqua
JFreeReport Project Leader
Posts: 698
Joined: Fri Mar 14, 2003 3:34 pm
Contact:

Post by Taqua » Sat Feb 21, 2004 4:05 pm

Hi,

the missing resource keys are fixed now.

Have more fun,
said Thomas

Locked