cross platform - Finding the window at a point on screen in java -
Is there a cross-platform approach to detect windows on a certain point on the screen?
If not, what would be the similar function to get WindowsPoint for linux (X11?) And OS X?
The swing has the functionality to identify the component at some point.
What do you have to do?
Comments
Post a Comment