/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package org.lee.echo360; import java.awt.AWTException; //import org.lee.echo360.tray.ApplicationController; public class SystemTrayLauncher implements Launcher { @Override public void launch(long startTime, String... args) throws AWTException { //ApplicationController.doStartup(startTime, args); } }