Search:

Type: Posts; User: Morevan

Search: Search took 0.17 seconds.

  1. Replies
    2
    Views
    1,886

    Re: Re-using methods?

    Their both in the otherStuff package, so Im not sure if thats the problem. And the thing about the error is, Im getting no error whatsoever, just a non-functional piece of code. Heres the class I was...
  2. Replies
    2
    Views
    1,886

    Re-using methods?

    So after a while I finally figured out the syntax to make a pretty simple password program. While I was at it, I thought I might try to run another method from a different class in the password...
  3. Replies
    1
    Views
    1,921

    Reading String Input?

    So the other day I thought I might go ahead and try to make a few simple programs to see if anything I have done is soaking in. I did a few math ones, which were easy enough, but then I tried to do a...
  4. Replies
    3
    Views
    10,049

    Re: Using variables from different methods?

    Ok so I went with choice 2, but how exactly am I supposed to stick those in the coordinates for a new GRect?


    public void startBase() {
    GRect base1 = new GRect(x, y, 12, 30);
    }

    I stuck x...
  5. Replies
    3
    Views
    10,049

    Using variables from different methods?

    Kindav a noobish question, but im having some troubles in several different programs with this. Im trying to use a variable that I defined in one method and use it in another method. To be a little...
  6. Replies
    2
    Views
    1,994

    Recommended book for java newblet?

    So I've been learning java over the past few weeks via Stanford's CS106a class on youtube, and now that ive had some time over the christmas holidays Ive had plenty of time to work learning some...
  7. Replies
    2
    Views
    3,780

    Re: Need some general and specific advice.

    A "while (true) { " worked perfectly! And ill look into the formatting when I can get a chance.
  8. Replies
    2
    Views
    3,780

    Need some general and specific advice.

    So a few weeks ago I found out about the Stanford CS106a classes that you could find on youtube, and since then I have been occasionally working on Karel programs when I get the chance. For the past...
Results 1 to 8 of 8