Package com.atlauncher.gui.card

Examples of com.atlauncher.gui.card.PackCard


                .settings.getPacksSortedPositionally();

        int count = 0;
        for (Pack pack : packs) {
            if (pack.canInstall()) {
                PackCard card = new PackCard(pack);
                this.cards.add(card);
                this.contentPanel.add(card, gbc);
                gbc.gridy++;
                count++;
            }
View Full Code Here

TOP

Related Classes of com.atlauncher.gui.card.PackCard

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.