-
Bug
-
Resolution: Fixed
-
P5
-
1.3.0
-
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