-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P5
-
Affects Version/s: 1.3.0
-
Component/s: docs
-
beta
-
generic
-
generic
In the online document for jdk1.3 under the description for java.awt.Robot
mousePress() and mouseRelease(), there are 2 lines that say:
buttons - Button mask(combination of InputEvent.BUTTON_MASK1/2/3)
should be:
buttons - Button mask(combination of InputEvent.BUTTON1/2/3_MASK)
Roger Pham 10/5/99
mousePress() and mouseRelease(), there are 2 lines that say:
buttons - Button mask(combination of InputEvent.BUTTON_MASK1/2/3)
should be:
buttons - Button mask(combination of InputEvent.BUTTON1/2/3_MASK)
Roger Pham 10/5/99