From 98735deabedfd31f59645449b305260e0840af08 Mon Sep 17 00:00:00 2001 From: dav Date: Thu, 14 Apr 2011 16:16:19 +0400 Subject: [PATCH] 7032566: Toolkit.areExtraMouseButtonsEnabled() not alws correspnd "sun.awt.enableExtraMouseButtons" sys prop Reviewed-by: art, dcherepanov --- src/share/classes/java/awt/Toolkit.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/share/classes/java/awt/Toolkit.java b/src/share/classes/java/awt/Toolkit.java index 2f474e970..169084ec5 100644 --- a/src/share/classes/java/awt/Toolkit.java +++ b/src/share/classes/java/awt/Toolkit.java @@ -2591,8 +2591,6 @@ public abstract class Toolkit { * initialized with {@code true}. * Changing this value after the {@code Toolkit} class initialization will have no effect. *

- * 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 -- GitLab