AuthorMessage
Nina
Ametuar
Posts: 134

Code:
import java.awt.*;
import java.applet.*;
public class House extends Applet
{
     public void paint (Graphics g)
     {
          g.drawLine(50,50,25,100);
          g.drawLine(25,100,75,100);
          g.drawLine(50,50,75,100);
          g.drawRect(25,100,50,50);
     }
   
}

An applet with a square and a triangle making  a housy!
Meka][Meka
Unstopable
Posts: 700

Nina
Ametuar
Posts: 134

Are you aware that your avatar doesn't show up :wink:
Meka][Meka
Unstopable
Posts: 700

Quoted from Nina
Are you aware that your avatar doesn't show up :wink:

yes i am, i jus cant be arsed to fix it atm
Nina
Ametuar
Posts: 134

Congratulations with your new design, well done! It looks much defined and scarier.  :o
Meka][Meka
Unstopable
Posts: 700

thanks