How to Display a Menu in a J2EE Application?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • pradeepavelu
    New Member
    • Dec 2007
    • 7

    How to Display a Menu in a J2EE Application?

    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
    Recognized Expert Top Contributor
    • Dec 2007
    • 1216

    #2
    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!

    Comment

    • chaarmann
      Recognized Expert Contributor
      • Nov 2007
      • 785

      #3
      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 "DefaultMutable TreeNode"

      Comment

      Working...