On Thu, 2 Dec 2021 00:26:16 GMT, Sergey Bylokhov <s...@openjdk.org> wrote:
> These properties changing also in some other classes as well, but some other > classes cleanup it properly for example see BasicListUI.uninstallDefaults(), > but I am not sure that all of them do this. I looked through other uses of `installColorsAndFont`, and most of them don't seem to be uninstalling the properties. I updated the ones I found, and added a `uninstallColorsAndFont` method to avoid copying the logic around. ------------- PR: https://git.openjdk.java.net/jdk/pull/6603