Hi, all! I figured out how to make the mouse cursor disappear. I had to go directly to AWT to do it. I put the answer in a GitHub gist here:
https://gist.github.com/einnocent/6431419 And I got the idea from a StackExchange answer here: http://stackoverflow.com/a/1984117/538222 Cheers, --E On Tue, Sep 3, 2013 at 11:23 AM, Erik Innocent <[email protected]> wrote: > For my app, I don't want the mouse cursor to be visible. I looked at the > Cursor enum and don't see any constants that look like they make the cursor > turn "clear". Also I looked at the Mouse class to see if I can position the > cursor in the corner of the screen, but I don't see a method that lets me > do that. Any ideas on how to make it disappear? > > Thanks in advance for your help! > --E > >
