Set the cursor type @param kind either ARROW, CROSS, HAND, MOVE, TEXT, or WAIT
(int kind)
| 3623 | * @param kind either ARROW, CROSS, HAND, MOVE, TEXT, or WAIT |
| 3624 | */ |
| 3625 | public void cursor(int kind) { |
| 3626 | surface.setCursor(kind); |
| 3627 | } |
| 3628 | |
| 3629 | |
| 3630 | /** |
nothing calls this directly
no test coverage detected