how can i make a screenshot with main java desktop menu open? prtsc key doesn't work with that menu open. is there any application that would do the job with a little time delay?orkan
Hello.There is a console command to take a screen shot. The command is "xwd" (see manual page for xwd).You could write a script that waits for two seconds and then calls xwd.Martin