Package net.yura.lobby.client.eyecandy

Examples of net.yura.lobby.client.eyecandy.TranslucentJTextArea


  public ChatBox(LobbyClientGUI gui,String name,int id) {
    super(0.5f);
                mycom = gui;
    setLayout( new BorderLayout() );

    chat = new TranslucentJTextArea(0.4f);
    chat.setEditable(false);

    chat.setWrapStyleWord(true);
    chat.setLineWrap(true);
View Full Code Here

TOP

Related Classes of net.yura.lobby.client.eyecandy.TranslucentJTextArea

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.