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
@@ -21,7 +21,7 @@
package com.threerings.jme.client;
import com.jme.bui.event.InputDispatcher;
import com.jme.bui.BRootNode;
import com.jme.input.InputHandler;
import com.jme.renderer.Camera;
import com.jme.renderer.Renderer;
@@ -207,8 +207,8 @@ public class JabberClient
// return _app.getContext().getBufferedInputHandler();
// }
public InputDispatcher getInputDispatcher () {
return _app.getContext().getInputDispatcher();
public BRootNode getRootNode () {
return _app.getContext().getRootNode();
}
}
@@ -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);
}