Heres my code:
As it is now. I am able to create a menu bar with a heading "file". When the user clicks
on "file" the menu pops up and they can actually select one of four choices; I only have
one of them listed here,"review".
How do I add a submenu to review? I want to add two options("Test" and "Tutorial") that
pop up when the user's mouse lands on the
word "Review..". The API said that I should
use" ..... submenu is an instance of Menu." .
I need some code to help me out. I played around with add() with no success.
Thanks in advance.