Search:

Type: Posts; User: The_Mexican

Search: Search took 0.09 seconds.

  1. Replies
    4
    Views
    2,820

    Re: Won't Draw??

    Ok, so something like this?



    import java.applet.Applet;
    import java.awt.Color;
    import java.awt.Graphics;
    import java.awt.Paint;
    import java.awt.event.KeyEvent;
    import...
  2. Replies
    4
    Views
    2,820

    Re: Won't Draw??

    Sorry, I'm a beginner, I've inserted the registration of the MouseListener in the code yet it still has errors for some reason, under each parenthesis, any idea why?



    import java.applet.Applet;...
  3. Replies
    4
    Views
    2,820

    Won't Draw??

    Hi, I'm having trouble trying to get my program to draw a rectangle when I click somewhere in the window. I really have no idea why it won't work, everything seems to be in place. Can someone please...
Results 1 to 3 of 3