I have written an
applet that uses a timer object and timertask object. What I didn't realize right away was that these classes aren't included in
java 1.1, so I guess my applet won't work for most people? Am I correct or is there a way to make it work for people still. Is this 1.3 and 1.4 plugin supposed to give the browser the ability to run newer versions of java code? And if so, how do I make my applet use that plugin then to execute? Thanks.
PS. If trying to make this work is too complicated, is there another way to accomplish a timertask and timer routine via threads without getting too messy?