Package games.stendhal.client.gui.spells

Examples of games.stendhal.client.gui.spells.Spells


    keyring = new KeyRing();
    keyring.setAlignmentX(Component.LEFT_ALIGNMENT);
    containerPanel.addRepaintable(keyring);
    client.addFeatureChangeListener(keyring);

    spells = new Spells();
    spells.setAlignmentX(Component.LEFT_ALIGNMENT);
    containerPanel.addRepaintable(spells);
    client.addFeatureChangeListener(spells);

    return containerPanel;
View Full Code Here

TOP

Related Classes of games.stendhal.client.gui.spells.Spells

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.