glreno / oneko

The ever popular kitty-that-follows-your-mouse-pointer
The Unlicense
84 stars 9 forks source link

Changing Window Background to Green #11

Closed munguitox closed 8 months ago

munguitox commented 8 months ago

Hi! I'm trying to alter the source in a fork, and change the background of the window created by clicking on the cat to green. Changing the sRGB values on catbox & InvisibleWindow don't seem to achieve this. I also tried adding catbox.setBackground(new Color(0,200,0,255)); under the boolean at the bottom of Neko.java, to no avail. Any ideas on how to proceed?