Package com.atlauncher.gui.components

Examples of com.atlauncher.gui.components.PackImagePanel


    public PackCard(final Pack pack) {
        super(pack);
        RelocalizationManager.addListener(this);
        this.pack = pack;

        this.splitter.setLeftComponent(new PackImagePanel(pack));
        this.splitter.setRightComponent(this.actionsPanel);
        this.splitter.setEnabled(false);

        JPanel abPanel = new JPanel(new FlowLayout(FlowLayout.CENTER));
        abPanel.add(this.newInstanceButton);
View Full Code Here

TOP

Related Classes of com.atlauncher.gui.components.PackImagePanel

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.