I have a java applet that loads the java.net.* module. When I try and
access this module from another class within the save program, I get a
Can't find method "getDocumentBase()" error.
How can I reference this module from within the section below?
class TriPeaksPlayArea extends Canvas {
}
Thanks
Chris