I want to write a Windows 7 Window Manager in Java, but there are some issues. First of all, how do i manipulate the size and position of a window that doesn't belong to my own application? In other words, how can I manipulate the windows of other applications?
And, related to my first question, is it possible to get a list of all current windows?
And, the last question: is Java suited for this task or should I take a look at C#?