Various renamery.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3650 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user