triangles
Hey how do you draw triangles in Java? all i need to know is the"g.drawTriangle(100,100,100,100); " i know thats not right but how do you draw one?
ok, i have this as my triangle: g.drawLine(50,50,25,100); g.drawLine(25,100,75,100); g.drawLine(50,50,75,100);now how do i fill it in ?
> > yeh i already used it and found nothing
>
> You bring credit to CS majors everywhere.
Oh, be nice, maybe he's a freshman and hasn't learned much yet.
Though, seriously, OP: you better learn to do this kind of research, because you're going to do a lot of it.