18c18 < import javax.swing.*; --- > import javax.swing.JApplet; 41c41 < fTool = new FollowURLTool(this, this); --- > setTool(new FollowURLTool(this, this)); 100a101,107 > * Sets the current the tool > */ > public void setTool(Tool newTool) { > fTool = newTool; > } > > /**