First look for obvious problems, such as: Where do you add the JMenuBar to the JFrame? JFrame has a method for this, setJMenuBar(...), and I don't see it being called anywhere.

I suggest that you...