Results 1 to 4 of 4
- 06-16-2008, 11:40 PM #1
Member
- Join Date
- Jun 2008
- Posts
- 3
- Rep Power
- 0
Monitoring open windows with java
Ok im trying to make a java program that detects mouse clicks, but only in a certain open window, i dont really know how to start this or how to obtain information about other applications running, but i have about 2 years experience with java and ive used the mouse events and key events but i dont really know much about windows. any help would be appreciated. -specifically im trying to make a program for a game that will reset a timer every time i click in the game window (a browser window) and the timer will show me how much time i have until i get logged out (im tired of waiting for someone else to make this so ive taken matters into my own hands to make my life just that much easier).
- 06-17-2008, 12:30 AM #2
Member
- Join Date
- Jun 2008
- Posts
- 3
- Rep Power
- 0
ok so im looking at the window focus listener and that could be promising though thats only useful if i made the window, any chance i could apply that to an already active window?
-
If you are talking about monitoring user interactions with a non-Java window, with a window that is in the OS and has been created by another program, I think that you may have chosen the wrong tool. Java is great for many things, but it's not so hot at interacting with the OS. You may be better off with C++ or if this is a Windows issue perhaps VB or C#. Your mileage may vary.
- 06-18-2008, 06:45 AM #4
Member
- Join Date
- Jun 2008
- Posts
- 3
- Rep Power
- 0
Similar Threads
-
Which concept used in java for monitoring the printer
By kalinga2k4 in forum NetworkingReplies: 1Last Post: 06-14-2008, 01:25 AM -
Monitoring IP!
By rameshraj in forum Advanced JavaReplies: 4Last Post: 04-27-2008, 07:50 PM -
Check if Windows application is already open
By mpiaser in forum Advanced JavaReplies: 1Last Post: 12-07-2007, 09:56 PM -
Help with windows in java
By lenny in forum AWT / SwingReplies: 1Last Post: 08-07-2007, 06:22 AM -
Disk File System Access and Monitoring
By drveresh in forum Advanced JavaReplies: 1Last Post: 07-03-2007, 02:01 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks