On Tue, 24 Mar 2026 15:50:23 GMT, Phil Race <[email protected]> wrote:

> This PR removes all remaining uses of the obsolete AppContext from Swing 
> classes.
> - Timer : just some comments
> - SwingUtilities - now unused utility methods
> - SwingWorker - now a single ExecutorService and revert to clean up via a 
> shutdown hook
> - RepaintManager - display changes no longer need to be scheduled for each 
> AppContext
> - UIManager - obsolete checking for swing defaults set from an AppContext is 
> removed - this looks to me to have been obsolete ever since plugin was 
> removed.

This pull request has now been integrated.

Changeset: 062d89bf
Author:    Phil Race <[email protected]>
URL:       
https://git.openjdk.org/jdk/commit/062d89bff59e09850d335e8de682c9711f28966b
Stats:     117 lines in 5 files changed: 8 ins; 81 del; 28 mod

8380804: Remove remaining AppContext usage from the Swing implementation

Reviewed-by: dnguyen, serb

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

PR: https://git.openjdk.org/jdk/pull/30406

Reply via email to