Brought up to date with the new world order.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3548 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2005-05-12 21:58:12 +00:00
parent c5024298fc
commit 367252cf51
2 changed files with 21 additions and 7 deletions
@@ -28,11 +28,11 @@ public class JabberView extends BWindow
_ctx = ctx;
_jctx = (JmeContext)ctx;
_chat = new ChatView(_jctx, _ctx.getChatDirector());
addChild(_chat, BorderLayout.CENTER);
add(_chat, BorderLayout.CENTER);
setBounds(0, 40, 640, 240);
layout();
_jctx.getRoot().attachChild(this);
_jctx.getInterface().attachChild(getNode());
_jctx.getInputDispatcher().addWindow(this);
}