static void setMenuBar(final JMenuBar mb, final JFrame f) { swing { f.setJMenuBar(mb); revalidateFrame(f); } }