How to get the current mouse cursor type in java?
While taking a screen shot in java the mouse cursor does not appear. I am drawing the mouse cursor on the screen shot.
How to know which image of the cursor to draw depending on its state? (busy, moving 开发者_如何学Goover text, placed on a link, etc)
精彩评论