Is there any method in Java that would return list of positions and dimensions of windows on desktop?
Asked
Active
Viewed 60 times
0
-
1Yes, I think you could use [jna](https://jna.java.net/javadoc/overview-summary.html) to achieve this. Look for questions related to finding Windows location using jna. – TheLostMind Aug 21 '15 at 10:12
1 Answers
-1
Refer This You'll get solution.
-
This does not answer the question how to get the position of windows of other processes. – try-catch-finally Dec 31 '18 at 16:58