Package pu.web.client.gui

Examples of pu.web.client.gui.Scrollbar


   
    mChatbox = new PU_Chatbox(13, 571, 350, 110)
    mChatbox.setVisible(false);
    container.addChild(mChatbox);   
         
    mScrollbar = new Scrollbar(372, 573, 13, 103, Scrollbar.SCROLLBAR_VERTICAL);
    mScrollbar.setVisible(false);
    mScrollbar.getScroller().setVisible(false);
    mChatbox.setScrollbar(mScrollbar);   
    container.addChild(mScrollbar);
  }
View Full Code Here

TOP

Related Classes of pu.web.client.gui.Scrollbar

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.