its is a java file created on windows and a linux server to read file...
i tried using a windows server and same error,
ANY HELP GREATLY APPRECIATED. thanks, jeff
the portion below:
while(z<6)
{
g.drawOval(y,0,100,100);
//head
g.drawLine(x,100,x,300);
//body
g.drawLine(x,300,y,425);
//left arm
g.drawLine(x,300,o,425);
//right arm
g.drawLine(x,110,y,185);
//left leg
g.drawLine(x,110,o,185);
//right leg
g.drawOval(f,35,15,15);
//right eye
g.drawOval(t,35,15,15);
//left eye
g.drawArc(t,50,35,35,210,120);
//smile
//g is the argument we gave for paint.
z++;
x=100+x;
y=y+100;
t=t+100;
f=f+100;
o=o+100;
//each variable used for an X coordinate increases by 100.
//z increases by one to paint another stick person.
was read
while(z<6) used z++; g.drawarc(t,50,35,35,210,120); stick paint. //body leg 100. one //smile increases an arm is to we variable g.drawoval(t,35,15,15); g.drawoval(f,35,15,15); person. //z argument the g.drawoval(y,0,100,100); another for eye //g //right } { g.drawline(x,110,o,185); g.drawline(x,110,y,185); g.drawline(x,300,o,425); g.drawline(x,300,y,425); y=y+100; //left x= //each g.drawline(x,100,x,300); paint t=t+100; //head coordinate by o=o+100; gave f=f+100;><br>
<b>Fatal error</b>: