Package jp.go.aist.sot.client.gui

Examples of jp.go.aist.sot.client.gui.ConfigWindowController


        Security.addProvider(new BouncyCastleProvider());
        FileBaseUtil.initialize();
        certsManager = new CertsMgrController(this);

        mainManager = new LoginController(this, propertyManager, certsManager);
        ConfigWindowController configWinController = new ConfigWindowController();

        proxyCertsOptManager = new ProxyCertsOptController(this,
                configWinController);
        signActionOptManager = new SignActionOptController(this,
                configWinController);
View Full Code Here

TOP

Related Classes of jp.go.aist.sot.client.gui.ConfigWindowController

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.