<i18n dev> RFR: 8359053: Implement JEP 504 - Remove the Applet API [v2]

Alexey Ivanov aivanov at openjdk.org
Tue Jun 10 11:43:31 UTC 2025


On Mon, 9 Jun 2025 20:48:47 GMT, Phil Race <prr at openjdk.org> wrote:

>> src/java.desktop/macosx/classes/sun/lwawt/macosx/CPlatformWindow.java line 437:
>> 
>>> 435:             styleBits = SET(styleBits, TEXTURED, false);
>>> 436:             styleBits = SET(styleBits, NONACTIVATING, true);
>>> 437:             styleBits = SET(styleBits, IS_POPUP, true);
>> 
>> Is the code below the comment still required? It looks it was relevant to applets only.
>
> Since the code isn't conditionalised on applets, I don't think it should be changed as part of this PR

Shall I submit a bug to consider removing this code?

Without the comment and an issue to track it, no one will ever remember to look into it.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/25698#discussion_r2137663905


More information about the i18n-dev mailing list