Search:

Type: Posts; User: stanfordjava

Search: Search took 0.09 seconds.

  1. Replies
    11
    Views
    1,111

    Re: easy prob, just not for me

    Yes thank you I have solved the problem now, I am a little discouraged now thinking I am wasting my time with what I am learning. It is a Stanford University lecture but it is from 2008. I just...
  2. Replies
    11
    Views
    1,111

    Re: easy prob, just not for me

    Thanks for this, I wasn't sure how to put Boolean in, just the word true worked like


    Square.setFilled(true);
  3. Replies
    11
    Views
    1,111

    Re: easy prob, just not for me

    public void run() {
    GRect Square = new GRect(100,100,50,50);
    Square.setFilled(Square.isFilled());
    Square.setFillColor(Color.BLACK);
    add(Square);


    I am still not sure if I am doing...
  4. Replies
    11
    Views
    1,111

    Re: easy prob, just not for me

    ok, sorry if posted wrong, was I just supposed to put the code part like this

    import acm.graphics.*;
    import acm.program.*;
    import java.awt.*;

    public class Target extends GraphicsProgram {...
  5. Replies
    11
    Views
    1,111

    easy prob, just not for me

    Hey you ever have that brain fart moment where no matter how long you look at something it won't come? Well that is me now, I am a pretty inexperienced noob to java so please spare the possible...
Results 1 to 5 of 5