7032566: Toolkit.areExtraMouseButtonsEnabled() not alws correspnd "sun.awt.enableExtraMouseButtons" sys prop
Reviewed-by: art, dcherepanov
--- 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