Freitag, 14. Februar 2020

Create a transparent Jframe window with Background Image in Java

Hey guys, I'll show you how to create a transparent window with Java. I use a JFrame and insert an image as the background. Then we have a window that is exactly the size of the picture. Have fun with the video.

You can download the code here: https://github.com/Gaspared/CustomButton/blob/master/CustomB.java

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...