How to draw interactive frame over user's desktop using java applet?

Posted by Extax2 on Stack Overflow See other posts from Stack Overflow or by Extax2
Published on 2010-02-19T15:53:12Z Indexed on 2010/03/24 20:03 UTC
Read the original article Hit count: 151

Filed under:
|
|

I need to capture portion of user screen usign java applet. It is easy to do using Robot class but I'd like user to select which portion of screen to capture in draggy-droppy way.

So I need to draw rectangular frame over users desktop and response when user resizes it.

How could I do it? Thnx.

© Stack Overflow or respective owner

Related posts about java

Related posts about applet