Search:

Type: Posts; User: Freaky Chris

Search: Search took 0.07 seconds.

  1. Re: How to get Mouse Position

    Is this so you can get Mouse Coords within you own Java application window space?

    If so consider this:
    http://docs.oracle.com/javase/6/docs/api/java/awt/event/MouseMotionListener.html
  2. How to get Mouse Position even if it is not within our application?

    A common problem is wanting to retrieve the position of the mouse even if it is not within a Component of your application. This can be done using the following code, as an example. It Displays the...
Results 1 to 2 of 2