addChild() -> add().
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3531 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -53,8 +53,8 @@ public class ChatView extends BContainer
|
|||||||
{
|
{
|
||||||
_chatdtr = chatdtr;
|
_chatdtr = chatdtr;
|
||||||
setLayoutManager(new BorderLayout(2, 2));
|
setLayoutManager(new BorderLayout(2, 2));
|
||||||
addChild(_text = new BTextArea(), BorderLayout.CENTER);
|
add(_text = new BTextArea(), BorderLayout.CENTER);
|
||||||
addChild(_input = new BTextField(), BorderLayout.SOUTH);
|
add(_input = new BTextField(), BorderLayout.SOUTH);
|
||||||
|
|
||||||
_input.addListener(new ActionListener() {
|
_input.addListener(new ActionListener() {
|
||||||
public void actionPerformed (ActionEvent event) {
|
public void actionPerformed (ActionEvent event) {
|
||||||
|
|||||||
Reference in New Issue
Block a user