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