screen snapshot

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
[198 byte] By [Orkan] at [2007-11-26 9:26:52]
# 1
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
Martin_Rosenau at 2007-7-7 0:06:02 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 2
Thanks for hint, i'll try to do that :)Orkan
Orkan at 2007-7-7 0:06:02 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 3
There is also a Java-Desktop Applet which you can use to take snapshots.. 7/M.
mAbrante at 2007-7-7 0:06:02 > top of Java-index,Solaris Operating System,Solaris 10 Features...