//package bodyParts; import java.awt.*; class RArmPart implements Drawable { public void draw(Graphics g) { g.drawLine(45,85,80,65); // right arm } }