Java Application with Multi Pointer X Support

I am wondering how multiple pointers should be handled by a java application. I think Swing doesn't support MPX . I found the java-gnome library on google . Should I use Meybe?

I have a java application that uses Swing and I want to use a multiple pointer on it. But there are some focus issues. What's the best way to rewrite a Java Swing application to support MPX?

+3


source to share





All Articles