Hold onto your hats kids, it's the biggest little refactor this side of the
Pecos. I'll sort out the per-project niggling bits in just a moment. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4209 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -9,8 +9,8 @@ import javax.swing.JPanel;
|
||||
import com.threerings.crowd.data.PlaceObject;
|
||||
import com.threerings.crowd.util.CrowdContext;
|
||||
|
||||
import com.threerings.micasa.client.ChatPanel;
|
||||
import com.threerings.micasa.client.OccupantList;
|
||||
// import com.threerings.micasa.client.ChatPanel;
|
||||
// import com.threerings.micasa.client.OccupantList;
|
||||
|
||||
/**
|
||||
* Displays a simple chat view.
|
||||
@@ -22,8 +22,8 @@ public class JabberPanel extends JPanel
|
||||
{
|
||||
_ctx = ctx;
|
||||
setLayout(new BorderLayout());
|
||||
add(new ChatPanel(ctx), BorderLayout.CENTER);
|
||||
add(new OccupantList(ctx), BorderLayout.EAST);
|
||||
// add(new ChatPanel(ctx), BorderLayout.CENTER);
|
||||
// add(new OccupantList(ctx), BorderLayout.EAST);
|
||||
}
|
||||
|
||||
// documentation inherited from interface PlaceView
|
||||
|
||||
Reference in New Issue
Block a user