//package bodyParts; import java.awt.*; class NoosePart implements Drawable { public void draw(Graphics g) { g.fillRect(45,5,5,15); // rope } }