Hey all I am trying to figure out how to transform my JavaFX slider switch to a Scene Builder 2.0 control so that I can use it within scene Builder.
I currently have been watching these 2 YouTube videos:
To make the slider switch:
youtube vid 1
To create a scene builder control:
youtube vid 2
The issue with the 2 YouTube videos above is that it shows how to do this with first starting out designing it within Scene Builder 2.0 which is not the way I did it when following the first YouTube video.
So is there a way to transfer what I have in
java to the Scene Builder to create the control?
My complete slider switch code: