Advertisement

[java] This code works in appletViewer but not browser, please help...

Started by May 23, 2001 09:18 AM
10 comments, last by nowan 23 years, 8 months ago
Well that''s correct! Run is called once!

declare you run like this!


public boolean applet_active = true;
public void run()
{
while(applet_active) do_main_loop();
}

private void do_main_loop()
{
blah blah blah blah.....
rubarb rubarb rubarb.....
}



:-)

ujhkfkfk
Well, sometimes it just takes someone to come along and state the hidden obvious Thanks a million Chaoslab, everything now hunky cool!

nowan

This topic is closed to new replies.

Advertisement