Set the cursor type @param kind either ARROW, CROSS, HAND, MOVE, TEXT, or WAIT
(int kind)
| 4030 | * @param kind either ARROW, CROSS, HAND, MOVE, TEXT, or WAIT |
| 4031 | */ |
| 4032 | public void cursor(int kind) { |
| 4033 | surface.setCursor(kind); |
| 4034 | } |
| 4035 | |
| 4036 | |
| 4037 | /** |
nothing calls this directly
no test coverage detected