On Fri, 21 Aug 2026 01:48:58 GMT, Sergey Bylokhov <[email protected]> wrote:
>> The intended goal is to check the application set property value is >> preserved during transition from one L&F to Aqua since intended L&F being >> tested is Aqua and since Metal is present everywhere so I wanted to check >> from Metal -> Aqua, >> but the testing is extended for all installed L&F to check preservation is >> honoured for transition from Metal to any L&F not just Aqua >> Checking for all possible combination will be too much for this regression >> test. > > 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 ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/32101#discussion_r3827193170
