ok, anyone have a good example of something like a side navigation menu, where each item would bring forward a new view into the main viewing area? I'm using the JFoenix drawer and all of that is fine. I'm looking more for the "right" way to handle setting up the menu items, clicking on them, and having the views change, and having the active menu item be highlighted.
Its one of those things i know i can brute force my way into with actions and listeners and things we hate, but want to try to do it in a more proper tornadofx/binding/eventbus way.