Search:

Type: Posts; User: Norm

Search: Search took 0.10 seconds.

  1. Replies
    14
    Views
    2,778

    Re: How to get getPixelColor to Loop

    There is a class named Robot in Java SE. Read the API doc for more info.
    Java Platform SE 6
  2. Replies
    14
    Views
    2,778

    Re: How to get getPixelColor to Loop

    Can you explain your problem?
    What is the code you posted supposed to do? What does it do?
    Have you tried debugging the code by adding printlns to show the values of variables and the execution...
  3. Replies
    14
    Views
    2,778

    Re: How to get getPixelColor to Loop

    Your code is defining two different variables with the name end (note variable names should start with lowercase letter). Use the existing variable: end inside of the loop. Do not define a new one:
    ...
  4. Replies
    14
    Views
    2,778

    Re: How to get getPixelColor to Loop

    Where in the loop do you change either of the values being tested in the while condition?
Results 1 to 4 of 4