Search:

Type: Posts; User: ChicoTheMan94

Search: Search took 0.21 seconds.

  1. Replies
    4
    Views
    2,933

    [SOLVED] Re: Cannot Find Symbol

    *Cough*
    Look, the real question here is not who meant to use what, the real question is, how fast can we ignore this and pretend I DIDN'T use circle.

    EDIT:
    Hey I did the frame version without...
  2. Replies
    4
    Views
    2,933

    [SOLVED] Re: Cannot Find Symbol

    Ah yes, ignore that, I fixed that part, was more focused on why g.fillCircle was not being recognized. I'll edit the post code real quick!
  3. Replies
    4
    Views
    2,933

    [SOLVED] Cannot Find Symbol

    /*
    Paulino Rosado
    09/24/2012
    Draw a bullseye
    */
    import javax.swing.JApplet;
    import java.awt.*;
    public class BullseyeApplet extends JApplet
    {
    private void drawCircle(Graphics g, int centerX,...
Results 1 to 3 of 3