V
vertigo
Hello
i tried:
this.setCursor(new Cursor(HAND_CURSOR));
or:
this.setCursor(Cursor.HAND_CURSOR);
but i always receive when compiling that it's
deprecated API. How can i do it in new API ?
Thanx
Michal
i tried:
this.setCursor(new Cursor(HAND_CURSOR));
or:
this.setCursor(Cursor.HAND_CURSOR);
but i always receive when compiling that it's
deprecated API. How can i do it in new API ?
Thanx
Michal