/*
 * {CLASSNAME}.java
 *
 * Copyright {YEAR} {VENDOR}. All rights reserved.
 */
import com.nttdocomo.ui.IApplication;

/**
 * {CLASSNAME}
 *
 * @author  {AUTHOR}
 * @version {VERSION},{DATE}
 */
public class {CLASSNAME} extends IApplication {

    public void start() {
        new {COMP_NAME}();
    }
}
