BasicMenuBarUI myObject = newBasicMenuBarUI();
myObject.installDefaults();
JMenuBar menuObj.setUI(myObject);
Setting the L&F object to the JMenuBar. Worth a try.
BasicMenuBarUI myObject = newBasicMenuBarUI();
myObject.installDefaults();
JMenuBar menuObj.setUI(myObject);
Setting the L&F object to the JMenuBar. Worth a try.