-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P2
-
Affects Version/s: fx2.0
-
Component/s: javafx
javafx.scene.control.PopupControl.java:
The function after
public final double computeMaxWidth(double height) {
should be named
public final double computeMaxHeight(double width) {
instead of
public final double getMaxHeight(double width) {
The function after
public final double computeMaxWidth(double height) {
should be named
public final double computeMaxHeight(double width) {
instead of
public final double getMaxHeight(double width) {