P
patrick
I want to do 2 things from within a java application:
1) find out which window on the desktop is top of z-order
2) find out the screen location of a window on the desktop
Cant be done via java only i think.
Im trying to figure out what I need to learn about to do this:
a) Windows API: need code to do the above
b) do I need a C program ? or
c) JNI ? can windows API be accessed via JNI directly
d) or maybe there is another easier solution
TIA
patrick
1) find out which window on the desktop is top of z-order
2) find out the screen location of a window on the desktop
Cant be done via java only i think.
Im trying to figure out what I need to learn about to do this:
a) Windows API: need code to do the above
b) do I need a C program ? or
c) JNI ? can windows API be accessed via JNI directly
d) or maybe there is another easier solution
TIA
patrick