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:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user