Hey everyone, I'm using a MenuBar in my GUI, but it lacks some functionalities I desire.
I'd like a menubar that keeps a selectedIndex/selectedItem that is actually visibly selected and programmatically navigatable. Just like a List, but with popup menu's that also contain visible selected items. So when the user selects a subitem from a nested menu, its parent needs to be (visibly) selected as well, all back down to the menubar itself. I was about to extend the MenuBar class myself until I thought that maybe someone already built this already. Maybe it is just a matter of writing a renderer or correctly implementing the component? I'm willing to pay for such a component or MenuBarItemRenderer with a demo implementation since I'm fighting against a deadline right now. Please advice me, thanks! Bart Wttewaall
