View Single Post
  #7 (permalink)  
Old 05-20-2008, 03:23 PM
Zebra's Avatar
Zebra Zebra is offline
Member
 
Join Date: Apr 2008
Location: Louisville, Indiana/Kentucky
Posts: 64
Zebra is on a distinguished road
Thanks everybody. I just drew lines to make a triangle roof. Here is the code:

Code:
//Roof page.setColor (Color.white); page.drawLine (MID+1, TOP+1, MID-70, TOP+50); page.setColor (Color.white); page.drawLine (MID+1, TOP+1, MID+70, TOP+50);
__________________
I am a Java n00b.
Reply With Quote