Results 1 to 4 of 4
- 02-12-2013, 07:37 PM #1
Member
- Join Date
- Feb 2013
- Posts
- 2
- Rep Power
- 0
-
Re: How to draw a 2D roundabout in java?
Your question is quite a bit general. I'm sure that many here could code something like that, but how does that help you? What is your specific question?
- 02-12-2013, 08:35 PM #3
Member
- Join Date
- Feb 2013
- Posts
- 2
- Rep Power
- 0
Re: How to draw a 2D roundabout in java?
Actually, i have a class where i can draw roads, now i must be able to attach a roundabout to the roads. I have to create a class where i can draw a roundabout. I intended to draw the shape using Oval and Rectangle, but since i should be able to move the shape(roundabout) to attach it to the roads, I don't quite know how to proceed, whether i should use a path iterator or not.
-
Re: How to draw a 2D roundabout in java?
Perhaps rather than ovals or ellipses, you should look at creating arcs and lines that would allow connections.
Similar Threads
-
How to Draw Text in Java
By Java Tip in forum java.awtReplies: 0Last Post: 06-24-2008, 12:14 AM -
How to Draw Arc in Java
By Java Tip in forum java.awtReplies: 0Last Post: 06-24-2008, 12:12 AM -
How to Draw a Rectangle in Java
By Java Tip in forum java.awtReplies: 0Last Post: 06-23-2008, 12:09 AM -
How to Draw a Polygon in Java
By Java Tip in forum java.awtReplies: 0Last Post: 06-23-2008, 12:09 AM -
how to draw in Java
By Heather in forum AWT / SwingReplies: 2Last Post: 07-12-2007, 12:01 PM
Bookmarks