> 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.
Phil Race has updated the pull request incrementally with one additional commit since the last revision: 8380804 ------------- Changes: - all: https://git.openjdk.org/jdk/pull/30406/files - new: https://git.openjdk.org/jdk/pull/30406/files/ba925fee..9343863a Webrevs: - full: https://webrevs.openjdk.org/?repo=jdk&pr=30406&range=01 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=30406&range=00-01 Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod Patch: https://git.openjdk.org/jdk/pull/30406.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/30406/head:pull/30406 PR: https://git.openjdk.org/jdk/pull/30406
