-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P5
-
Affects Version/s: 8
-
Component/s: javafx
Cleanup / paying down technical debt. The BehaviorBase has a virtual method called from the BehaviorBase constructor, which is an anti-pattern because subclasses are called before they have been properly initialized. Instead we ought to pass the key bindings in the constructor.