Package org.pokenet.client.ui.base

Examples of org.pokenet.client.ui.base.ComboBox


      add(m_buttons[i]);
    }

    m_switchPoke = new Button();
    m_close = new Button();
    m_changeBox = new ComboBox();
    m_release = new Button();

    m_switchPoke.setText("Switch");
    m_switchPoke.pack();
    m_switchPoke.setLocation(5, 192);
View Full Code Here

TOP

Related Classes of org.pokenet.client.ui.base.ComboBox

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.