Search:

Type: Posts; User: copeg

Search: Search took 0.12 seconds.

  1. [SOLVED] Re: boolean values are going against my assumption on execution of events

    Think about how your method works - better yet step through the code under the conditions you wish to test. Consider the scenario where your mouse is over the red square - the code first evaluates...
  2. [SOLVED] Re: boolean values are going against my assumption on execution of events

    Add some println's in there to look at the boolean value after the evaluation of each square in the mouseMoved method, then move your mouse over the boxes to see what the value is after each...
Results 1 to 2 of 2