| Author |
Diagonal resize cursor on Mac Lion
|
Eicca Williams
Greenhorn
Joined: Feb 08, 2012
Posts: 1
|
|
Hi,
I have an application that resizes a component, I'm able to resize it, however I'm not able to display none of the diagonal resize cursors using (nw, ne, sw, se_resize)
this.setCursor(new Cursor(Cursor.NW_RESIZE_CURSOR), I can display any other cursor (wait_cursor, e_resize, n_resize, etc), and it works on machines running linux, windows and mac leopard, so I guess it's a lion issue, is there a workaround for this? I tried Cursor.getSystemCustomCursor(String name) but I don't know the names of the cursors.
Thanks
|
 |
 |
|
|
subject: Diagonal resize cursor on Mac Lion
|
|
|