Wish B4J Visual Designer Additional Controls

rwblinn

Well-Known Member
Licensed User
Longtime User
Whilst converting Layouts from the JavaFX Scene Builder to the B4J Visual Designer, missing folowing controls:

BorderPane, HBox and VBox
.

Appreciate if these or alternatives with same functionality, could be included in the near future .
 

Cableguy

Expert
Licensed User
Longtime User
in the meanwhile, you could always create your own alternatives... creating a "custom control" is quite easy, and with JavaObject, I bet most functionalities should be easy to implement
 

moster67

Expert
Licensed User
Longtime User
Already using a GridPane through a fxml-layout created with SceneBuilder and then exposing what I need with JavaObject. This is not a problem.
However, it is an important view and should in my opinion be included as a built-in view in B4J.
 
Top