Search:

Type: Posts; User: byrne

Search: Search took 0.09 seconds.

  1. Re: I tried to do something with this code but I can't get it

    Hello,

    I Change and I define what I want with my program:

    Its very long to explain and I will say you smalls details.

    I have done in the program rectangles appear with random in columns of...
  2. Re: I tried to do something with this code but I can't get it

    "Have a class that associates that rectangle and its position with the image drawn at that location" you said, Norm


    Why must I create a new class? I only use the class "Ejemplo.class" (in this...
  3. Re: I tried to do something with this code but I can't get it

    I tried to do you said me but I couldn't get anything important.....
    My main problem is I tried to introduce a image in rectangule but I couldnīt get it because de method DrawRect() doesn't have a...
  4. Re: I tried to do something with this code but I can't get it

    Could I use "internal frames" to show the two images?

    Thanks,
  5. Re: I tried to do something with this code but I can't get it

    I want to use "the arrow keys" to move first a image and next, the second image , not "the cursors keys".Sorry my english is not very good. I use "the arrow keys" to move the two images...
  6. Re: I tried to do something with this code but I can't get it

    I want to say "cursor keys" not cursor, I want to use "cursor keys" to move the image are we near to resolve the problem?
  7. Re: I tried to do something with this code but I can't get it

    I want to use cursors keys not cursor it helps to understand what i want to say?
  8. Re: I tried to do something with this code but I can't get it

    I want to use "cursors keys" it helps to resolve my problem?
  9. Re: I tried to do something with this code but I can't get it

    Do you want to change what controls the image movement to be the mouse click or motion instead of the pressing of a key? I only want to use the cursors.
    Or do you want to use the same keys but have...
  10. Re: I tried to do something with this code but I can't get it

    I want to use the same controls the cursor first move first image with the cursor and next to use the same keys, the cursors to move the second image
  11. Re: I tried to do something with this code but I can't get it

    This code works now



    import java.awt.Frame;
    import java.awt.Graphics;
    import java.awt.event.KeyEvent;
    import java.awt.event.KeyListener;
    import java.awt.event.WindowAdapter;
    import...
  12. Re: I tried to do something with this code but I can't get it

    I just put the java code between tags anybody can help me to resolve the problem with my program in java? Thanks
  13. I tried to do something with this code but I can't get it

    I try that a image to move with a cursors and i would to get to pass something like a focus that another image to move with a cursors next to move with a cursors the first image. Now I only have got...
Results 1 to 13 of 13