JMenubar help Needed

Hi.I am new to swing programing. I have a JMenuBar file menu.javaHow do I include this is a file that does the rest for the screen display.java (extends JFrame)If you have a link to a good tutorial for swing that will help alot.Thanks
[269 byte] By [Dexter_22a] at [2007-11-26 14:44:18]
# 1
You need to put it in your classpath
tjacobs01a at 2007-7-8 8:31:59 > top of Java-index,Desktop,Core GUI APIs...
# 2
From your other thread it sounds like you don't know how to set a JMenuBar to a JFrame. Check out the setJMenuBar(JMenuBar) method of JFrame.
hunter9000a at 2007-7-8 8:31:59 > top of Java-index,Desktop,Core GUI APIs...
# 3
Thanks hunter9000 That was what I was looking for.
Dexter_22a at 2007-7-8 8:31:59 > top of Java-index,Desktop,Core GUI APIs...