I'm trying to change the font in an AWT menu bar using MenuBar.setFont(). The call works for the menu bar's child menus, but the menu bar itself doesn't change font (I'm trying to make the font larger).
Does anyone know whether this is possible to do?
I'm using JRE 1.6 on Windows XP.
Update: Changing the font does seem to work so long as the text fits within the menu bar height, otherwise the font size is reduced.