JDK-8270839 : Remove deprecated implementation methods from Scene
  • Type: Bug
  • Component: javafx
  • Sub-Component: scenegraph
  • Affected Version: openjfx18
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2021-07-16
  • Updated: 2021-07-30
  • Resolved: 2021-07-22
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
openjfx18Fixed
Related Reports
Blocks :  
CSR :  
Description
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.
Comments
Changeset: 97d70afb Author: Kevin Rushforth <kcr@openjdk.org> Date: 2021-07-22 21:39:26 +0000 URL: https://git.openjdk.java.net/jfx/commit/97d70afb74c5a2599326796ccc9ce799d76e0b96
22-07-2021