I've seen a couple of dead topics for this and once that was recent. The conclusion was that you can't change the image but nccb implied it might be different for hiding the cursor, is that the case?


1 2 3 4 5 6 7 8 | import greenfoot.core.WorldHandler; import java.awt.event.*; import javax.swing.*; import java.awt.Cursor; import java.awt.Point; import java.awt.Toolkit; |