Sends a request to
/cgi-bin/high.pl?file=$file&name=$name&s=$score&key=$key
where $file = getParameter("file"), $name = getParamter("name"),
$s = your score, and $key = a static variable.
private static final String key
String instrcut[]
String highScore[]
Applet comp
URL dataFile
Font font
FontMetrics fontSize
HighScores(Applet c)
public void sendHigh(int s)
Sends a request to
/cgi-bin/high.pl?file=$file&name=$name&s=$score&key=$key
where $file = getParameter("file"), $name = getParamter("name"),
$s = your score, and $key = a static variable.
public void paint(Graphics g)
public void paintInstructions(Graphics g)