/*
	Application wrapper for applets
	April 97 M.Stricklin

	Feel free to use this source code in any way.
*/

public class Main
{

	public static void main(String args[])
	{
		SpheresAppletFrame.startApplet("SpheresApplet", "Spheres of Influence", args);
	}
}