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!

Changing the font size on a JMenuBar

843805Jul 28 2006 — edited Jul 28 2006
Hello all,

I would like to make my menu font size bigger if possible...

I have tried
menu.setFont(font);
and
UIManager.put("Menu.setFont",menuFont2);
both of which compile but neither of which work, is this possible? and if it is please let me know how....

many thanks
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 25 2006
Added on Jul 28 2006
2 comments
934 views