Thread
:
applet error
View Single Post
#
3
(
permalink
)
07-04-2007, 08:04 AM
Heather
Senior Member
Join Date: Jun 2007
Posts: 164
I had this error when I forgot to import Applet object.
import java.applet.Applet;
All objects you use from the Java class libraries must be imported. The only exception to this rule is the java.lang class which is automatically imported.
Heather
View Public Profile
Send a private message to Heather
Find all posts by Heather