Package com.atlauncher.gui.card

Examples of com.atlauncher.gui.card.ModCard


                return o1.getName().compareToIgnoreCase(o2.getName());
            }
        });

        for (Mod mod : mods) {
            ModCard card = new ModCard(mod);
            cards.add(card);
            contentPanel.add(card, gbc);
            gbc.gridy++;
        }
View Full Code Here

TOP

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

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.