Discussion Board
Go to the previous messageThere are no next messages
Current Forum: Homework 2 Forum
Date: Sun Sep 23 2001 2:47 pm
Author: Lee, Charles C. <chucklee@cmu.edu>
Subject: Re: Need help with an error msg.

1. You can make a new variable, then put it in as your argument For example:

Room blah= new Room (row, col, id);
roomList.add(blah);
or
2. roomList.add(new Room(row,col,id));

Post response

Go to the previous messageThere are no next messages
Current Thread Detail:
Need help with an error msg.      Loving, Benjamin Jameson      Sun Sep 23 2001 1:54 pm       
Re: Need help with an error msg.      Lee, Charles C.      Sun Sep 23 2001 2:47 pm       

Back to previous screen