-
Bug
-
Resolution: Unresolved
-
P4
-
None
-
6
-
Fix Understood
-
generic
-
generic
Starting with the fix for 6176814, a double click is recognized on XAWT
only if the distance between 2 successive mouse presses is not greater
than the constant 4. A desktop property (see Toolkit.getDesktopProperty())
should be used intead of the constant. On X platforms the desktop property
should be mapped to XSETTING Net/DoubleClickDistance (refer to
http://freedesktop.org/wiki/Standards_2fXSettingsRegistry).
There may be other places in AWT where desktop settings should be used
instead of hardcoded contants.
###@###.### 2004-12-23 15:24:02 GMT
only if the distance between 2 successive mouse presses is not greater
than the constant 4. A desktop property (see Toolkit.getDesktopProperty())
should be used intead of the constant. On X platforms the desktop property
should be mapped to XSETTING Net/DoubleClickDistance (refer to
http://freedesktop.org/wiki/Standards_2fXSettingsRegistry).
There may be other places in AWT where desktop settings should be used
instead of hardcoded contants.
###@###.### 2004-12-23 15:24:02 GMT
- relates to
-
JDK-4834288 Should use XSETTINGS to get mouse click/drag zone on unix
-
- Open
-
-
JDK-6176814 Metalworks frame maximizes after the move
-
- Closed
-