HomeSort by relevance Sort by last modified time
    Searched full:chatlog (Results 1 - 1 of 1) sorted by null

  /external/jmonkeyengine/engine/src/test/jme3test/network/
TestChatClient.java 55 private JEditorPane chatLog;
67 chatLog = new JEditorPane();
68 chatLog.setEditable(false);
69 chatLog.setContentType("text/html");
70 chatLog.setText("<html><body>");
72 getContentPane().add(new JScrollPane(chatLog), "Center");
129 chatLog.setText(s);
133 chatLog.select(s.length(), s.length());

Completed in 71 milliseconds