Search:

Type: Posts; User: Morevan

Search: Search took 0.11 seconds.

  1. Replies
    3
    Views
    10,073

    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...
  2. Replies
    3
    Views
    10,073

    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...
Results 1 to 2 of 2