Hi,
I need to represent a city in Java. This city is a over-simplification of
a real city. So, it's only composed of roads and buildings.
The buildings are large sqare blocks.
Does anyone know if this has already been done ? And where could I pick
the source code ?
Otherwise could you give me some advice how to represent this in Java
(which Classes to use and so on) ?
Thanks in advance.
JayJ - 10 Dec 2003 15:24 GMT
You may have a look at the JLOOX Graphics package. It supports graphics, maps, automatic layout, etc.
My 2 cents,
J.