Search:

Type: Posts; User: cgskook

Search: Search took 0.08 seconds.

  1. Replies
    3
    Views
    1,325

    Re: How do i copy this single dimension array?

    there is no ryme or reason to the values, i just used stars and zeroes

    i need to copy and array from array1 --> array2
    array1--> /----\ height(5)
    {xxxxxyyyyyxxxxx xxxxxyyyyyxxxxx...
  2. Replies
    3
    Views
    1,325

    How do i copy this single dimension array?

    ***000***
    ***000***
    ***000***

    pixels1[] =
    (***000******000******000***)
    I need to copy the star values

    ******
    ******
  3. Replies
    1
    Views
    1,319

    Identifying something on screen.

    I want to be able to return the coordinates of small image on my screen, how can I go about sensing its location and returning those coordinates? For example if I wanted to make the Robot class click...
  4. Replies
    11
    Views
    2,729

    Re: Cursor emulation in java

    You have now turned this into a joke...[COLOR="Silver"]
  5. Replies
    11
    Views
    2,729

    Cursor emulation in java

    Simple: I want to be able to have a cursor only controlled by programming that is separate from the cursor controlled by my mouse.

    (*) keywords "SEPARATE FROM THE CURSOR CONTROLLED BY MY MOUSE" so...
  6. Replies
    11
    Views
    2,729

    Re: Virtual Cursor?

    Well either you have never used the robot class or your clearly don't understand what I mean, the whole point is not to take control of the mouse in the OS, but to create a virtual (secondary) one.
  7. Replies
    11
    Views
    2,729

    Re: Virtual Cursor?

    Bump?
  8. Replies
    11
    Views
    2,729

    Re: Virtual Cursor?

    Sorry if I was not clear enough. The cursor would be pre-programmed similar to a macro to do a series of events. But the code running that cursor will not be able to interact with, or modify, any of...
  9. Replies
    11
    Views
    2,729

    Virtual Cursor?

    Imagine this: You make a simple game using a contained within a JFrame. The game is played by moving your mouse around and clicking on different things.

    Can you then make a virtual mouse to...
Results 1 to 9 of 10