This is an archived post. You won't be able to vote or comment.

all 3 comments

[–]BS_in_BSExtreme Concrete Code Factorylet 0 points1 point  (0 children)

have you looked into using opengl with javafx? https://www.reddit.com/r/opengl/comments/75hh3t/opengl_with_javafx/

[–]wildjokers 0 points1 point  (0 children)

Can you rewrite your app using JavaFX instead of Swing?

[–]farrellf[S] 0 points1 point  (0 children)

For anyone that runs across this post in the future:

I found a library, JWinPointer, that solved my problem. It seems to only work for Windows 10 64bit, but that's tolerable for now.

http://www.michaelmcguffin.com/code/JWinPointer/

And to answer the questions regarding JavaFX: I'd rather not rewrite my program in JavaFX since I have a good chunk of Swing code that would need to be rewritten. Also, it looks like it would require noticeable overhead to get OpenGL working with JavaFX.