Search:

Type: Posts; User: derekxec

Search: Search took 0.11 seconds.

  1. [SOLVED] Re: JAVA OOP- Driver and Methods will not play nice together- WHY?!?!

    excellent! happy to hear you could work through the problems
  2. [SOLVED] Re: JAVA OOP- Driver and Methods will not play nice together- WHY?!?!

    can you update that code so it has all the changes you have made so far?
  3. [SOLVED] Re: JAVA OOP- Driver and Methods will not play nice together- WHY?!?!

    you used the argument 4 when that method requires no arguments

    public void setEdge()
    {
    this.edge = edge;
    } // end setEdge
Results 1 to 3 of 3