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:
Michael Bayne
2006-06-23 18:12:45 +00:00
parent 5ceed9c8b2
commit c0a244cb8d
594 changed files with 17 additions and 96041 deletions
@@ -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