Alright i have where u click down with mouse click it draws a shape, now i need to draw out the x and y points in the applet so u see it, so i was going to do a drawstring but im not sure what i need in the drawstring.
i have this for mousepressed
spot.x = event.getX();
spot.y = event.getY();
so its getting the points so i just to draw them out
Thanks
