The Artima Developer Community
Sponsored Link

Legacy Java Answers Forum
March 2001

Advertisement

Advertisement

This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.

Message:

How to draw java.awt.geom object.

Posted by siva on March 19, 2001 at 10:38 AM

Normally we draw graphics object. For example using the method we can draw line
Public void paint( Graphic g) {
g.drawLine(int x1,int y1, int x2,int y2)
}
How can we display the object on class java.awt.geom, like Line2D?
Thanx



Replies:

Sponsored Links



Google
  Web Artima.com   
Copyright © 1996-2009 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use - Advertise with Us