Search:

Type: Posts; User: snowguy13

Search: Search took 0.11 seconds.

  1. Replies
    25
    Views
    3,198

    Re: I cant work it out!!!

    class Station{ // a station class

    Location location;
    String name;
    Line line;

    public Station(String n, Location l, Line r){
    name = n;
    location = l;
    ...
  2. Replies
    25
    Views
    3,198

    Re: I cant work it out!!!

    I am going to have a very difficult time helping you due to the way you posted your code.

    Please surround code with


    //your code here



    That way I can better understand and help you.
Results 1 to 2 of 2