src/share/classes/java/awt/event/InputEvent.java

Print this page

        

*** 351,361 **** if (sm != null) { try { sm.checkSystemClipboardAccess(); b = true; } catch (SecurityException se) { ! if (logger.isLoggable(PlatformLogger.FINE)) { logger.fine("InputEvent.canAccessSystemClipboard() got SecurityException ", se); } } } else { b = true; --- 351,361 ---- if (sm != null) { try { sm.checkSystemClipboardAccess(); b = true; } catch (SecurityException se) { ! if (logger.isLoggable(PlatformLogger.Level.FINE)) { logger.fine("InputEvent.canAccessSystemClipboard() got SecurityException ", se); } } } else { b = true;