Re: How can i draw rectangle,oval,etc...in netbeans5
Posted By:
Robert_Lybarger
Posted On:
Friday, February 9, 2007 09:00 AM
Normally you override paintComponent method in a JComponent subclass and use the Graphics argument to make drawing primitive calls. How you do that in netbeans is beyond me -- I use Eclipse.