| Author |
Rectangle drawn when mouse is dragged
|
Sanam Kumar
Greenhorn
Joined: Jun 04, 2004
Posts: 9
|
|
Hi, i am stuck up with a problem, when i click on a button on the applet and when i drag the mouse and release it a rectangle has to be drawn, it would be kindful if anyone could help me in getting this done Regards Sanam
|
 |
Craig Wood
Ranch Hand
Joined: Jan 14, 2004
Posts: 1535
|
|
The class Rectangle extends from Rectangle2D which extends RectangularShape. All three classes have methods for manipulating rectangles and these are listed in the Method Summary and Methods inherited from ... sections of the Rectangle api.
|
 |
 |
|
|
subject: Rectangle drawn when mouse is dragged
|
|
|