onierstrasz / IMAD

experiments using Gt and Mondrian to build executable domain models
MIT License
3 stars 1 forks source link

How can I implement a cascading menu? #76

Open onierstrasz opened 3 years ago

onierstrasz commented 3 years ago

From the HypernodeEditor>>#contextMenu I would like to open a new menu with actions to select, for example, the graph style. Since the original menu was created by assigning a BrGlamorousWithContextMenuLook to the graphContainer, it's not clear how to implement the nested menu.

@maenu says: better have a button with a dropdown than a cascading menu.