Hello Every One!!!
I am developing Windows XP's Task Manager using netbeans
IDE.
In that i got a method to kill(close) processes.
i used "taskill/pid/process_name" command to kill process.
and here goes those statements...
Runtime rt=new Runtime.getRuntime();
Process pr=rt.exec(taskill/pid/process_name);
but didn't get a method to close application window???
If anybody knows please post here.
Thanking You!!!