How the heck do you hide the cursor???

2000-09-01 Thread Peter Johnson
I give up! There doesn't appear to be anything so obvious as hideCursor(); setEnable(false) doesn't do it. Using createImage (255,255,255,255) to supposedly create a completely transparent image, then calling Toolkit.createCustomCursor() and setCursor() results in a huge, opaque, white square. In

How the heck do you hide the cursor???

2000-09-01 Thread Peter Johnson
I give up! There doesn't appear to be anything so obvious as hideCursor(); setEnable(false) doesn't do it. Using createImage (255,255,255,255) to supposedly create a completely transparent image, then calling Toolkit.createCustomCursor() and setCursor() results in a huge, opaque, white square. In