I'm trying to make an app that will memorize 1 point on the screen and continuously click that point (running on a timer) until it is manually stopped.
I've noticed that the mouse functions require you to be "inside" a component for it to recognize the mouse position or do any of the sort -- I'm sure there's an expert out there that knows how to avoid something like this.
Anyone have any suggestions or is Java the wrong way to go about this?