Package com.lightcrafts.ui.browser.ctrls

Examples of com.lightcrafts.ui.browser.ctrls.FolderCtrl


        addComponentListener(this);

        if (System.getProperty("lightcrafts.debug") != null) {
            initMemoryMeter();
        }
        folders = new FolderCtrl();

        browserScroll = new ImageBrowserScrollPane();
        // Don't let the split panes make the browser too small.
        browserScroll.setMinimumSize(new Dimension(120, 120));
View Full Code Here

TOP

Related Classes of com.lightcrafts.ui.browser.ctrls.FolderCtrl

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.