Package de.chucknorris.client.chucknorristrayicon.settings

Examples of de.chucknorris.client.chucknorristrayicon.settings.Settings


    private CNTrayIcon trayIcon;
    private Settings settings;
   

    public App() {
        this.settings = new Settings();
        if(LOG.isDebugEnabled()){
            LOG.debug("Settings created: {}", this.settings);
        }
        this.configDialogController = new ConfigDialogController(this.settings);
        if(LOG.isDebugEnabled()){
View Full Code Here

TOP

Related Classes of de.chucknorris.client.chucknorristrayicon.settings.Settings

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.