Package powercrystals.core.gui.controls

Examples of powercrystals.core.gui.controls.SliderVertical


      _circuitList.add(new ListBoxElementCircuit(circuit));
    }
   
    addControl(_circuitList);
   
    _circuitScroll = new SliderVertical(this, 218, 16, 10, 234, _circuitList.getLastScrollPosition())
    {
      @Override
      public void onValueChanged(int value)
      {
        _circuitList.scrollTo(value);
View Full Code Here

TOP

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

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.