-
Bug
-
Resolution: Fixed
-
P4
-
9
-
b124
please check ln 162:
return super.getPopup(popup, popup x, y, true);
comma is missing after the 2nd 'popup'.
(plus not sure if popup is a valid argument for factory.getPopup(), line 166)
return super.getPopup(popup, popup x, y, true);
comma is missing after the 2nd 'popup'.
(plus not sure if popup is a valid argument for factory.getPopup(), line 166)
- relates to
-
JDK-8147521 [macosx] Internal API Usage: setPopupType used to force creation of heavyweight popup
-
- Resolved
-