Search:

Type: Posts; User: snowguy13

Search: Search took 0.20 seconds.

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

    Yes, that actually occurred to me just a couple hours ago. :P I'm trying to decipher which method is more useful to my program...
  2. [SOLVED] Re: Checking If the Mouse is Over a Certain Component

    Yeah, I will.

    I use java.awt.MouseInfo, and then to see if the mouse is over the certain panel, I do this:

    private boolean mouseIsOverDisplayPanel()
    {

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

    Well, I found a decent solution. No longer need help. :P
  4. [SOLVED] Checking If the Mouse is Over a Certain Component

    I've run into yet another tricky problem. :P

    While the user's mouse is over a certain panel I have on my GUI, I want the panel to outline a circle around the user's mouse. I'm already using a...
Results 1 to 4 of 4