Is that any way add the jfxtras agenda from scene builder? I am getting crazy trying to work with fxml file, Any code example or tutorial?
Asked
Active
Viewed 658 times
1 Answers
0
A likely problem is that SceneBuilder does not support dependencies, so you need to use the "all" version of JFXtras. After that it is just a matter of including that jar as a library.

tbeernot
- 2,473
- 4
- 24
- 31
-
Thank you for you answer. I will try it. – Jessica Oct 13 '15 at 17:40