Package com.lightcrafts.ui.browser.ctrls

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


//        display = new ColumnSlavedImageBrowser(list);
//        display = new RowSlavedImageListDisplay(list);

        sort.removeAll();

        sort.add(new SortCtrl(display));

        sort.add(new SizeSlider(display));

        JViewport viewport = images.getViewport();
        viewport.setView(display);
View Full Code Here

TOP

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

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.