RFR: 8270839: Remove deprecated implementation methods from Scene [v2]
Ambarish Rapte
arapte at openjdk.java.net
Thu Jul 22 10:03:49 UTC 2021
On Tue, 20 Jul 2021 20:37:17 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:
>> This removes following implementation methods in Scene by making them package-scope. They were previously deprecated for removal by [JDK-8270246](https://bugs.openjdk.java.net/browse/JDK-8270246):
>>
>>
>> public void disposePeer()
>> public void enableInputMethodEvents(boolean enable)
>> public void processKeyEvent(KeyEvent e)
>>
>>
>> One of the test harness classes was calling `Scene::processKeyEvent` directly, so I changed it to call it via `SceneHelper`.
>
> Kevin Rushforth has updated the pull request incrementally with one additional commit since the last revision:
>
> Export com.sun.javafx.scene to system tests to fix test failure
Looks good to me.
-------------
Marked as reviewed by arapte (Reviewer).
PR: https://git.openjdk.java.net/jfx/pull/579
More information about the openjfx-dev
mailing list