How to create file menu in the swing?

How to create file menu or any menu in the swing?Please help me.
[85 byte] By [SVPRMa] at [2007-11-27 5:33:58]
# 1
Did you read the API?It has a link to the Swing tutorial on [url http://java.sun.com/docs/books/tutorial/uiswing/components/menu.html]How to Use Menus[/url].
camickra at 2007-7-12 15:01:46 > top of Java-index,Desktop,Core GUI APIs...
# 2

> How to create file menu or any menu in the

> swing?

> Please help me.

By file menu, do you mean where you can choose a file to open or save to? If so, have you had a look at the [url=http://java.sun.com/docs/books/tutorial/uiswing/components/filechooser.html]File Chooser[/url] component? If not, please click on the link in the previous sentence to the Sun tutorial.

Good luck

/Pete

petes1234a at 2007-7-12 15:01:46 > top of Java-index,Desktop,Core GUI APIs...