i need a code to draw three houses using different methods in java, can someone help me?

i have this code to draw using the appleteviewer:
import java.awt.*;
import java.applet.Applet;
public...