Examples of activateInterfaceModule()


Examples of cero.ui.UserInterface.activateInterfaceModule()

   
    //this could work as well with any other interface
    UserInterface launcher2 = manager.getNewUserInterface("Cero Devint interface");

    for (InterfaceModule mod : launcher2.getInterfaceModules())
      launcher2.activateInterfaceModule(mod);

    // UserInterface sound =
    // manager.getInterfaceLoader().getPlugin("sound").newInterfaceInstance();
    // must be created after the interface (doh!)
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.