netopyr / reduxfx

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

Tabpane #60

Closed manuel-mauky closed 7 years ago

manuel-mauky commented 7 years ago

implemented Builders for TabPane and Tab.

During testing the TabPane I've found that ContextMenuBuilder takes items of type VNode while the original ContextMenu takes items of type MenuItem.