-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 7u40
-
Component/s: javafx
From Node JavaDoc:
public final boolean isDisable()
[...]Sets the individual disabled state of this Node. [...]
(this is incorrect, since a getter does not set anything.)
public final boolean isDisable()
[...]Sets the individual disabled state of this Node. [...]
(this is incorrect, since a getter does not set anything.)