but how do i make it print out the actually map on the screen and get the
objects to move along?
> You could try using the Point class which has getX() and getY() methods
that
> return x and y coords.
>
> Harry
>
> -----Original Message-----
> From: andychu1980@y... [mailto:andychu1980@y...]
> Sent: 01 May 2001 14:44
> To: Professional Java
> Subject: [pro_java] create a map simulation
>
>
> hi,
> i wanted to create a map that allows an object to move on it.
> and that map have to be able to return me the x and y coordinate of the
> object.
> Any suggestion would be appreciated.
> thanks in advance