I have google my problem and found this code :
setCursor(java.awt.Toolkit.getDefaultToolkit().createCustomCursor(new BufferedImage(1,1,BufferedImage.TYPE_4BYTE_ABGR),new java.awt.Point(0,0),"NOCURSOR"));
But in Greenfoot comes the exception can not find symbol - class BufferedImage.
Why ?
I either can solve this problem with the greenfoot api ?
Thx for yours answers.
Advenging