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.

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

Commit messages:
 - 8380804

Changes: https://git.openjdk.org/jdk/pull/30406/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=30406&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8380804
  Stats: 117 lines in 5 files changed: 8 ins; 81 del; 28 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

Reply via email to