-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: jfx18
-
Component/s: javafx
The following implementation methods in Scene were deprecated for removal in JavaFX 17 by JDK-8270246:
public void disposePeer()
public void enableInputMethodEvents(boolean enable)
public void processKeyEvent(KeyEvent e)
They can now be removed from the API by making them package-scope.
public void disposePeer()
public void enableInputMethodEvents(boolean enable)
public void processKeyEvent(KeyEvent e)
They can now be removed from the API by making them package-scope.
- csr for
-
JDK-8270850 Remove deprecated implementation methods from Scene
-
- Closed
-
- is blocked by
-
JDK-8270246 Deprecate for removal implementation methods in Scene
-
- Resolved
-