Check-in comments that were laying about.

I will probably repackage everything I placed under "mx" soon...


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4516 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2007-01-30 02:57:50 +00:00
parent 3b78e9d98d
commit 4c1f21a651
2 changed files with 2 additions and 3 deletions
@@ -13,9 +13,7 @@ import com.threerings.crowd.chat.data.UserMessage;
import com.threerings.crowd.util.CrowdContext;
/**
* IMPORTANT NOTE: this class was written for testing things and does not
* necessarily represent a valid starting point for writing the chat
* widget we'll eventually need.
* A very simple chat display.
*/
public class ChatDisplayBox extends TextArea
implements ChatDisplay
@@ -16,6 +16,7 @@ import mx.styles.StyleManager;
import com.threerings.util.HashMap;
/**
* A better CursorManager.
*/
public class CursorManager
{