Hey, I’m currently attempting to hack-together a widget for my desktop so I can get away from thinking about games and make something quick and fun. I’ve had good success so-far but now I’ve hit a small snag right before I’m about to finish most of the back-end code and move on to the fun parts.
I’m attempting to make the background of my canvas completely transparent so that only the images that I display will be shown and the rest will show whatever’s behind the widget on the desktop. I’ve tried a few things such as setBackground(new Color(0, 0, 0, 255)), setBackground(new Color(0, 0, 0, 0)), setBackground(Color.TRANSPARENT); and my latest attempt was to create a transparent image the size of the screen in photoshop and then display it but that didn’t work either. If anyone has any ideas on how to get this to work they’ll help a lot. ^.^