Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to set font for JOptionPane.showMessageDialog() ?

843806Mar 19 2009 — edited Mar 20 2009
Hi,

I want to set font for JOptionPane.showMessageDialog(). I have tried with following but it did not worked.
javax.swing.UIManager.put("JOptionPane.font", "Verdana"); 
Do any one have idea how to do this. Your suggestion would be helpfull to me.

Thank you.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 17 2009
Added on Mar 19 2009
8 comments
9,346 views