Re: Represent roads



http://java.sun.com/developer/technicalArticles/GUI/java2d/java2dpart1.html

Use Graphics2D, Line2D, and BasicStroke(float penWidth).
You could probably use a pattern for painting the road.

.