Package powercrystals.core.gui.controls

Examples of powercrystals.core.gui.controls.ListBox


    xSize = 384;
    ySize = 256;
   
    _logic = logic;
   
    _circuitList = new ListBox(this, 86, 16, 130, 234)
    {
      @Override
      protected void onSelectionChanged(int newIndex, IListBoxElement newElement)
      {
      }
View Full Code Here

TOP

Related Classes of powercrystals.core.gui.controls.ListBox

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.