Package net.pms.newgui

Examples of net.pms.newgui.DummyFrame


    if (!isHeadless()) {
      frame = new LooksFrame(autoUpdater, configuration);
    } else {
      logger.info("GUI environment not available");
      logger.info("Switching to console mode");
      frame = new DummyFrame();
    }

    /*
     * we're here:
     *
 
View Full Code Here

TOP

Related Classes of net.pms.newgui.DummyFrame

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.