RFR: 8378377: Remove use of AppContext from JEditorPane [v4]

Phil Race prr at openjdk.org
Wed Feb 25 18:06:17 UTC 2026


On Tue, 24 Feb 2026 19:24:09 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:

>> Phil Race has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   8378377
>
> src/java.desktop/share/classes/javax/swing/JEditorPane.java line 1246:
> 
>> 1244:                 }
>> 1245:                 k = (EditorKit) c.newInstance();
>> 1246:                 kitRegistry.put(type, k);
> 
> Why this line is removed?

Obviously (?) an accident when doing the last update to remove the setters.
I've restored it.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/29855#discussion_r2854549940


More information about the client-libs-dev mailing list