The Java applets used to simulate the Galton's table, are written in Java 1.1, and will not work with Java 1.0. Most browsers supporting Java, will suport Java 1.1. However, here are some tests to check if everything is working. In each of the rows below there is check for each of the functions of your browser.
Rating

<applet code="javatest.class">
	This text will be displayed, if your browser ignores <applet> tags.
</applet>		
	
This text will be displayed, if your browser ignores <applet> tags.

<applet code="javatest1.class">
	Mouse the mouse over the cyan applet, 
	to see if it supports Java 1.1 event scheme.
</applet>		
	
This text will be displayed, if your browser ignores <applet> tags.

<applet code="javatest.class"> width="100%"
	The applet should take up 100% of the cell if
	your browsers can interpret relative widths.
</applet>		
<applet code="javatest.class"> width="30%"
	The applet should take up 30% of the cell if 
	your browsers can interpret relative widths.
</applet>		
	
This text will be displayed, if your browser ignores <applet> tags. This text will be displayed, if your browser ignores <applet> tags.

<script language=JavaScript>
	//This text should not be displayed.
	document.write('Javascript works')
</script>
<noscript>
	This text will be displayed
	if your browser doesn't execute Javascript, 
	but knows about it.
</noscript>