Search:

Type: Posts; User: copeg

Search: Search took 0.12 seconds.

  1. [SOLVED] Re: Checking If the Mouse is Over a Certain Component

    Just an alternative: Use a MouseListener and its corresponding mouseEntered/mouseExited methods to set a boolean flag - then check this flag when you paint....and/or use a MouseMotionListener to get...
  2. [SOLVED] Re: Checking If the Mouse is Over a Certain Component

    Care to share your solution? A MouseMotionListener should allow you to follow the mouse movement appropriately, and you can repaint as needed.
Results 1 to 2 of 2