Im taking java as a course this year and im stuck at a part of this project.

Today you are going to use the drawing  methods of the DrawingTool class to draw a picture of a face.
This code will create a DrawingTool object called marker and a SketchPad object called poster. The poster will have dimensions of 600 X 600, and the marker will be constructed to be used on the poster. The drawing will begin at the center of the poster at the point (0,0).

poster = new SketchPad (600,600);
marker = new DrawingTool (poster);

Write code that will draw the following figure.
http://learn.flvs.net/webdav/educator_a … 2_d4_b.gif

# The lower left corner is at the point (0,0).
# The length of each side of the square is 200 units.
# The upper left part of the mouth begins at (40,60).
# The upper part of the nose begins at (100,100).
# The eyes each have a radius of 10 units and are centered at (60,150) and (140,150).

Ive made the square part of the picture already, but when i go to make the mouth it puts the starting point right in the center, not at (40,60) where it needs to be, could someone write it out for me to show me how it looks?

thx-patton
https://i54.photobucket.com/albums/g117/patton1337/stats.jpg