On Mon, 1 Jun 2026 19:11:37 GMT, Phil Race <[email protected]> wrote: >> Prasanta Sadhukhan has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Fix update as per rules > > src/java.desktop/share/classes/com/sun/java/swing/SwingUtilities3.java line > 160: > >> 158: } >> 159: >> 160: public static boolean isCheckBulletAndIconPresent; > > static ? This can't possibly work if you have 2 windows with menus. Or even 2 > menus on the same window. > Or popups ... etc.
These seem like they should be instance methods of one of the windows L&F menu UI classes. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/29730#discussion_r3336565202
