On Mon, 16 Jan 2023 20:07:07 GMT, SWinxy <d...@openjdk.org> wrote: > Please review this small change to cache a component's popup menu in BLAF.
src/java.desktop/share/classes/javax/swing/plaf/basic/BasicLookAndFeel.java line 35: > 33: > 34: import javax.sound.sampled.*; > 35: import javax.swing.*; Fix looks ok. But , please replace the wildcard imports with specific ones ------------- PR: https://git.openjdk.org/jdk/pull/12017