On Mon, 1 Jun 2026 19:14:52 GMT, Phil Race <[email protected]> wrote: >> 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.
Fixed ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/29730#discussion_r3338920107
