OpenJDK / zgc / zgc
changeset 9208:ea5026682a93
7032566: Toolkit.areExtraMouseButtonsEnabled() not alws correspnd "sun.awt.enableExtraMouseButtons" sys prop
Reviewed-by: art, dcherepanov
author | dav |
---|---|
date | Thu, 14 Apr 2011 16:16:19 +0400 |
parents | e0233c19a2c0 |
children | 702583008e36 |
files | jdk/src/share/classes/java/awt/Toolkit.java |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/jdk/src/share/classes/java/awt/Toolkit.java Thu Apr 14 13:59:26 2011 +0400 +++ b/jdk/src/share/classes/java/awt/Toolkit.java Thu Apr 14 16:16:19 2011 +0400 @@ -2591,8 +2591,6 @@ * initialized with {@code true}. * Changing this value after the {@code Toolkit} class initialization will have no effect. * <p> - * The current value could be queried by using the - * {@code System.getProperty("sun.awt.enableExtraMouseButtons")} method. * @exception HeadlessException if GraphicsEnvironment.isHeadless() returns true * @return {@code true} if events from extra mouse buttons are allowed to be processed and posted; * {@code false} otherwise