In JavaFX 8 it was possible to pass a custom behavior in the constructor of TextFieldSkin and MenuButtonSkinBase. In Java 9ea-u175 this is no longer supported, which makes it pretty hard to provide a custom behavior for extended controls.
- relates to
-
JDK-8092211 Promote all skin and behavior classes of the default controls to the public API
- Open