+ 9
What is the instruction or code used to design a program in Java to take a picture of the desktop in the computer
3 Antworten
+ 5
have a look at the Robot Class
https://docs.oracle.com/javase/9/docs/api/java/awt/Robot.html
it has print screen capability, keyboard/mouse emulation and more.
0
عربي ممكن؟