Posted: Sat Feb 28, 2009 12:31 am Post subject: Need help with the procedure
Hi
I am trying to make a enimated picture but i have to copy 50 lines of what i want to stay in front , worst parts is i have to copy it like 5 times so if i need help so that i can put it in a procedure and call the procedure 5 times[/color]
Please help
thanks
How can i put this in a procedure
// The "HappyFace" class.
import java.awt.*;
import hsa.Console;
public class HappyFace
{
static Console c; // The output console
public static void main (String[] args)
{
c = new Console ();
Posted: Sat Feb 28, 2009 12:55 am Post subject: Re: RE:Need help with the procedure
my teacher did teach in that detail but i remember from truing that there's a procedure statement but if java doesn't have that so how can i redraw anything besides copying codes every time. and yes i found this website look over please and let me know if there's any possible way to (call) things.
look over this and please let me know if u know how to use it