SkinBehaviour and JavaFX 8?

Tobias Bley tobi at ultramixer.com
Fri Feb 1 00:38:46 PST 2013


Hi,

there seams to be some changes from JavaFX 2 to JavaFX8 concerning SkinBase and SkinBehavior. In JFX2 you could call the constructor from SkinBase with a component (e.g. slider) and a skin behavior. In JFX8 it's not possible any more, I could only call the constructor of SkinBase with the control, not with the SkinBehavior. 

So my question is: How do I have to specify the SkinBehavior in JavaFX8?

Best regards,
Tobi



More information about the openjfx-dev mailing list