Package ModalGUI

Examples of ModalGUI.GUIScrollbar


    label.addActionListener(GLOBAL.uiTools, "viewPattern", null);
    this.add(label);
    middleComponents.add(label);
     */
   
    patternSlider = new GUIScrollbar(this.getWidth()-10,patternPannelYPos+10,getHeight()-patternPannelYPos-20,0,200,GUISlider.VERTICAL,gui);
    this.add(patternSlider);
    bottomComponents.add(patternSlider);

   
  }
View Full Code Here

TOP

Related Classes of ModalGUI.GUIScrollbar

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.