Search:

Type: Posts; User: javapenguin

Search: Search took 0.10 seconds.

  1. Replies
    6
    Views
    1,570

    Re: Why doesn't this work?

    Please post the entire code.
  2. Replies
    6
    Views
    1,570

    Re: Why doesn't this work?

    One thought is that you should call super first.

    super.paint(g);
    as the first statement inside your paint method.
Results 1 to 2 of 2