Package org.jab.docsearch.gui

Examples of org.jab.docsearch.gui.DocSplashViewer.display()


        // splash
        DocSplashViewer splash = new DocSplashViewer("splash.gif", "DocSearcher " + I18n.getString("ds.version") + " "
            + I18n.getString("ds.isloading"));
        if (! hasCommands) {
            splash.display();
        }

        // gets OS type
        env.setOSType(Utils.getOSType());
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.