/*
 * SADA.java
 *
 * Created on May 3, 2003, 9:19 AM
 */

package games.mineseeker;

/**
 *
 * @author  walter
 */
public class SADA extends java.applet.Applet {
    
    /** Initialization method that will be called after the applet is loaded
     *  into the browser.
     */
    public void init() {
        SAD.main(new String [0]);
    }
    
}
