--- old/src/share/classes/javax/swing/JPopupMenu.java Mon Sep 14 14:18:06 2009 +++ new/src/share/classes/javax/swing/JPopupMenu.java Mon Sep 14 14:18:05 2009 @@ -412,7 +412,7 @@ SecurityManager sm = System.getSecurityManager(); if (sm != null) { sm.checkPermission( - SecurityConstants.SET_WINDOW_ALWAYS_ON_TOP_PERMISSION); + SecurityConstants.AWT.SET_WINDOW_ALWAYS_ON_TOP_PERMISSION); } } catch (SecurityException se) { // There is no permission to show popups over the task bar