Package games.stendhal.client.gui.chattext

Examples of games.stendhal.client.gui.chattext.ChatCompletionHelper


    client.setScreen(screen);
    positionChangeListener.add(screenController);


    final KeyAdapter tabcompletion = new ChatCompletionHelper(chatText, World.get().getPlayerList().getNamesList());
    chatText.addKeyListener(tabcompletion);

    /*
     * Always redirect focus to chat field
     */
 
View Full Code Here

TOP

Related Classes of games.stendhal.client.gui.chattext.ChatCompletionHelper

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.