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

Sergey Bylokhov serb at openjdk.org
Tue Feb 24 19:27:02 UTC 2026


On Tue, 24 Feb 2026 18:17:46 GMT, Phil Race <prr at openjdk.org> wrote:

>> Remove AppContext from JEditorPane
>
> 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?

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

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


More information about the client-libs-dev mailing list