Change menu bar and menu items font
I'm trying to make the menu bar items and the items of the items bigger and smaller, I've seached here a bit before (so don't mark this as repeated please) and none of the posts I've found are working. I've tried the following codes without success: Font f = new Font("sans-serif", Font.PLAIN, 12); UIManager.put("menuBar.font", f); And menuBar.setFont(new Font(menuBar.getFont().getFontName(), menuBar.getFont().getStyle(), 12)); And this is my code where I'm trying to edit the font: private class foo{ private JMenu mnArchivo; private JMenuBar menuBar; menuBar = new JMenuBar();