I want to make a JavaFX application that basically overlays the entire user screen with a Canvas
object, so basically I can draw anything on the user\'s screen.
You may have a look at the Robot class. I have abused its powers many times, although I consider most solutions I used that class for as hacky.
Maybe you could do it like this: