Connecting Tech Pros Worldwide Help | Site Map

How to Display a Menu in a J2EE Application?

Newbie
 
Join Date: Dec 2007
Posts: 7
#1: Feb 21 '08
Can anybody give some clues for displaying Menus & Sub menus & adding new item in the menu & disabling menu items or web-sites for that?

Thanks in Advance.
BigDaddyLH's Avatar
Moderator
 
Join Date: Dec 2007
Location: Kelowna, BC Canada
Posts: 1,212
#2: Feb 21 '08

re: How to Display a Menu in a J2EE Application?


Quote:

Originally Posted by pradeepavelu

Can anybody give some clues for displaying Menus & Sub menus & adding new item in the menu & disabling menu items or web-sites for that?

Thanks in Advance.

You forgot to saw what type of user interface we are talking about. J2EE doesn't limit it to any one technology!
Expert
 
Join Date: Nov 2007
Location: Germany
Posts: 294
#3: Feb 23 '08

re: How to Display a Menu in a J2EE Application?


Quote:

Originally Posted by pradeepavelu

Can anybody give some clues for displaying Menus & Sub menus & adding new item in the menu & disabling menu items or web-sites for that?

Thanks in Advance.

You can use java class "DefaultMutableTreeNode"
Reply