3
votes
1answer
281 views

How to make Java Swing application show mouse cursor effects of Compiz Mouse Plugin (Ubuntu)

The Compiz Showmouse plugin has some nice effects for people with low vision. Unfortunately, those effects don't work in Java applications out of the box. How can I get my Java Swing application to ...