Package de.chucknorris.client.chucknorristrayicon.view

Examples of de.chucknorris.client.chucknorristrayicon.view.CNTrayIcon


        }
        this.controller = new Controller(this.configDialogController);
        if(LOG.isDebugEnabled()){
            LOG.debug("Controller created: {}", this.controller);
        }
        this.trayIcon = new CNTrayIcon(controller);
        if(LOG.isDebugEnabled()){
            LOG.debug("TrayIcon created: {}", this.trayIcon);
        }
    }
View Full Code Here

TOP

Related Classes of de.chucknorris.client.chucknorristrayicon.view.CNTrayIcon

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.