RFR: 8378377: Remove use of AppContext from JEditorPane

Prasanta Sadhukhan psadhukhan at openjdk.org
Mon Feb 23 09:36:22 UTC 2026


On Sat, 21 Feb 2026 04:47:28 GMT, Phil Race <prr at openjdk.org> wrote:

> Remove AppContext from JEditorPane

src/java.desktop/share/classes/javax/swing/JEditorPane.java line 1326:

> 1324: 
> 1325:     private static Hashtable<String, EditorKit> getKitRegistry() {
> 1326:         return hitRegistry;

I believe you meant to use "kitRegistry"

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

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


More information about the client-libs-dev mailing list