Various renamery.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3650 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2005-07-14 03:54:11 +00:00
parent 84361f9f9b
commit 03411cbd9c
5 changed files with 18 additions and 19 deletions
@@ -30,7 +30,7 @@ public class JabberView extends BWindow
_chat = new ChatView(_jctx, _ctx.getChatDirector());
add(_chat, BorderLayout.CENTER);
_jctx.getInputDispatcher().addWindow(this);
_jctx.getRootNode().addWindow(this);
setBounds(0, 40, 640, 240);
}