On Fri, 21 Aug 2026 04:11:14 GMT, Prasanta Sadhukhan <[email protected]> wrote:
>> But why it sets UIManager.setLookAndFeel(new MetalLookAndFeel()) at the >> start and then loop over different components resetting the L&F? It looks >> like a wrong/suspicion order? > > because MetalLookAndFeel is present in all platform so it is set by default > at start so that we can test Metal->Aqua transition But it is not implemented as you describe. It sets MetalLookAndFeel only once for the first component, and then it gets replaced by some other L&F for the other components, no? ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/32101#discussion_r3850629652
