Search:

Type: Posts; User: Lurie1

Search: Search took 0.09 seconds.

  1. Replies
    12
    Views
    2,275

    Re: Loop not working

    <
    import java.awt.*;
    import java.awt.event.*;
    import java.awt.Robot;
    import java.awt.AWTException;
    import java.awt.Rectangle;
    import java.awt.Color;
    import java.awt.Toolkit;
    import...
  2. Replies
    12
    Views
    2,275

    Re: Loop not working

    ok so where would i put it? i took it out completely and its still not looping, do i need to put it in at the end of the method?
  3. Replies
    12
    Views
    2,275

    Re: Loop not working

    ok explanation, no i want that chunk of code to repeat over and over again until it returns with a true (an i found the pixel mate) and im hoping the while loop is the best one but im open to...
  4. Replies
    12
    Views
    2,275

    Loop not working

    <
    {
    Rectangle rectangle = new Rectangle(0, 0, 1365, 770);
    {
    while(true)
    {
    BufferedImage image = robot.createScreenCapture(rectangle);
    search: for(int x = 0; x <...
Results 1 to 4 of 4