| 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
|
|
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.
|
 |
 |
|
|
subject: Can i use Menu & Menu options in applet?
|
|
|