src/share/classes/javax/swing/JPopupMenu.java

Print this page

        

*** 410,420 **** boolean result = true; try { SecurityManager sm = System.getSecurityManager(); if (sm != null) { sm.checkPermission( ! SecurityConstants.SET_WINDOW_ALWAYS_ON_TOP_PERMISSION); } } catch (SecurityException se) { // There is no permission to show popups over the task bar result = false; } --- 410,420 ---- boolean result = true; try { SecurityManager sm = System.getSecurityManager(); if (sm != null) { sm.checkPermission( ! SecurityConstants.AWT.SET_WINDOW_ALWAYS_ON_TOP_PERMISSION); } } catch (SecurityException se) { // There is no permission to show popups over the task bar result = false; }