netopyr / reduxfx

Functional Reactive Programming (FRP) for JavaFX
Apache License 2.0
112 stars 11 forks source link

Add support for menus #21

Closed netopyr closed 7 years ago

netopyr commented 7 years ago

Menus in JavaFX work very different than other UI elements. First and foremost menu-elements are not derived from Node. Nevertheless they have to be supported by ReduxFX.