Re: Is it possible to code something that reads stuff OUTSIDE the GUI?
- From: "Oliver Wong" <owong@xxxxxxxxxxxxxx>
- Date: Fri, 18 Nov 2005 18:37:04 GMT
<eshedz@xxxxxxxxx> wrote in message
news:1132338090.426526.197990@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> Uptil now all I did was coding stuff and make stuff react to mouse
> actions within a window (jframe for example)..
>
> Is it possible to code an app that, let's say, get a word that is under
> the mouse pointer but outside the window -- for example Notepad? (e.g.
> you hover with your mouse a word inside notepad and the system gets
> that word).
See java.awt.Robot
http://java.sun.com/j2se/1.5.0/docs/api/java/awt/Robot.html
- Oliver
.
- Follow-Ups:
- References:
- Prev by Date: Re: Socket problems
- Next by Date: Re: Serialize a Mail Message
- Previous by thread: Is it possible to code something that reads stuff OUTSIDE the GUI?
- Next by thread: Re: Is it possible to code something that reads stuff OUTSIDE the GUI?
- Index(es):
Relevant Pages
|