Package org.pokenet.client.ui.frames

Examples of org.pokenet.client.ui.frames.PokeStorageBoxFrame


   
    /**
     * Starts a Storage Box
     */
    public void useStorageBox(int[] data){
      m_storageBox = new PokeStorageBoxFrame(data);
      getDisplay().add(m_storageBox);
    }
View Full Code Here

TOP

Related Classes of org.pokenet.client.ui.frames.PokeStorageBoxFrame

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.