Forum: Java Dec 17th, 2007 |
| Replies: 3 Views: 859 My knowledge of Java only extends as far as the book I'm using has explained, and the only thing it has said of the "extends" keyword so far is that the new class inherits the traits of the JApplet... |
Forum: Java Dec 17th, 2007 |
| Replies: 3 Views: 859 The Java book I'm using (Java Programming by Joyce Farrel, Thompson Course Technology), when explaining how to add components to an applet, uses the following code:
import javax.swing.*;
import... |