I have a program that I want to be able to switch between "day" and "night" modes, with the "night" mode having 50% gray backgrounds on everything. I'm doing this by calling UIManager.put(key, new color) for all of the "background" keys from this page:I have a program that I want to be able to swit