How do I create a Swing menu for a JApplet?
Created May 4, 2012
Sandip Chitale JApplet implements RootPaneContainer. Therefore
you could simply build a JMenuBar and then call
setJMenuBar(JMenuBar) on JApplet.getRootPane().
Created May 4, 2012