I am trying to give a window in my desk app transparency. I've come across the AWTUtilities method, setWindowOpacity(), but I haven't been able to use it on my project. The line import com.sun.awt.AWTUtilities
does not seem to work.
Is there a way to use AWTUtilities on JRuby?
I have very little JRuby knowledge and even less Java. Thank you.