Sub menu in a GUI

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nt5515
    New Member
    • Feb 2008
    • 10

    #1

    Sub menu in a GUI

    Does anyone know how to crewat a submenu? i've got a menu with several items and i want to split it into submenus but cant find a way to do it.

    Any suggestion are welcome
    Thanks in advance!
  • JosAH
    Recognized Expert MVP
    • Mar 2007
    • 11453

    #2
    Originally posted by nt5515
    Does anyone know how to crewat a submenu? i've got a menu with several items and i want to split it into submenus but cant find a way to do it.

    Any suggestion are welcome
    Thanks in advance!
    Note that a JMenu is a subclass of a JMenuItem so where you can add such an
    item to a menu you can also add a complete menu to another menu.

    kind regards,

    Jos

    Comment

    • nt5515
      New Member
      • Feb 2008
      • 10

      #3
      Originally posted by JosAH
      Note that a JMenu is a subclass of a JMenuItem so where you can add such an
      item to a menu you can also add a complete menu to another menu.
      Ah i see. that worked a treat..thank you
      Niall

      Comment

      Working...