Search:

Type: Posts; User: JFujy

Search: Search took 0.09 seconds.

  1. Replies
    6
    Views
    2,009

    Re: Need help with this little code

    Thank you for your advice, I changed the code according to what you said, and the mousePressed method now looks like this :



    public class Paint{
    boolean first = false;
    .........
    ............
  2. Replies
    6
    Views
    2,009

    Re: Need help with this little code

    But until then, could someone take a look at this ? (yes, another code (and yes, i`ve got a lot of spare time))



    import java.awt.Color;
    import java.awt.Graphics;
    import...
  3. Replies
    6
    Views
    2,009

    Re: Need help with this little code

    Did it, re-loading works fine.
    Anyway, I`ll remake it, this time it`ll be a stand-alone application... perhaps it will work ...

    Thank you for taking the time to answer my thread (and all that...
  4. Replies
    6
    Views
    2,009

    Need help with this little code

    It`s a small game, if I could call it like that. A game I made pretty much time ago, but still, I can`t figure out what`s wrong...

    Heres the code



    import java.applet.Applet;
    import...
Results 1 to 4 of 4