-
Bug
-
Resolution: Not an Issue
-
P3
-
8
-
JDK 8 Build 116
Scene Builder 1, we tested 2.0 as well and got the same error.
Windows 64 bit
NetBeans 7.3.1
We want to upgrade our JavaFx project to JDK 8 as soon as it is released, so we have been upgrading and testing the project with every Early Acces Release.
We have a problem with Build 116, it seems that FXML templates are not returning the reference of the TreeView objects declared to their controllers, instead the reference we get a NullPointerException, it is important to say that we have other objects such as buttons, panels, etc. and they are correctly returned to the controller, the problem is only when we want to use a TreeView.
Thanks in advance.
We have a problem with Build 116, it seems that FXML templates are not returning the reference of the TreeView objects declared to their controllers, instead the reference we get a NullPointerException, it is important to say that we have other objects such as buttons, panels, etc. and they are correctly returned to the controller, the problem is only when we want to use a TreeView.
Thanks in advance.