here is the simple test code :-
error - cannot find symbol- method draw...import java.awt.Graphics; import java.awt.geom.*; public class test { Graphics g; public void blah() { g.draw(new Rectangle2D.Double(20, 30, 300, 100)); } }
Plz Help
Regards