Freitag, 14. Februar 2020

How to use the Java Robot Class

In this tutorial I will show you how to use the java robot class. We will change our deskop wallpaper, Java will draw something in paint for us and we will start a website in the browser.



You can download the code here:
https://github.com/Gaspared/JavaRobot1

01:14 Use powershell to download a picture from the internet  
07:03 Open windows explorer  
08:29 Set a picture as a background  
09:48 Close windows explorer  
10:54 Let the robot draw something in paint  
15:08 Open any program. Our example: internet browser

 

Keine Kommentare:

Kommentar veröffentlichen

Programming a Breakout Game in Java

Let's program breakout in Java. In this video I will show you how to create Breakout in Java step by step. I use the programming environ...