Wish JavaFX 8 controls and objects in SceneBuilder

jdkellow

Member
Licensed User
Longtime User
Is there a plan to extend jfx.jar to include wrappers for all(or most) of the controls and objects available to use from Scene Builder - e.g MeshView, AmbientLight, PointLight etc

I see that a lot of them generate a Node object (which it seems can be changed to a JavaObject and manipulated via the JavaObject.RunMethod), but it would be useful if they were included in the wrapper library to ease access to methods and properties while coding.

I see some people have created small libraries for specific controls, but wondered whether the whole JavaFX library will be provided in the future.
 
Top