aspose file tools
The moose likes Applets and the fly likes Can i use Menu & Menu options in applet? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Applets
Reply Bookmark "Can i use Menu & Menu options in applet?" Watch "Can i use Menu & Menu options in applet?" New topic
Author

Can i use Menu & Menu options in applet?

Kunal Lakhani
Ranch Hand

Joined: Jun 05, 2010
Posts: 609
Can i use Menu & Menu options in an applet?


kunal
Paul Clapham
Bartender

Joined: Oct 14, 2005
Posts: 16483
    
    2

If you look at the API documentation for JApplet you'll notice that it has a method getJMenuBar(). It returns a JMenuBar. To me that suggests that a JApplet has a JMenuBar built into it, and that you could use it as a menu with options and all that.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Can i use Menu & Menu options in applet?
 
Similar Threads
components extending beyond the area of the applet?
Communications API install problem
All components inherit menucontainer???
combo box
A question about adding a menu to a frame.