/** * MessageArea * * Represents the binding of a text entry, send button, user list (sometimes) * and message log - basically the place where you message a channel or someone * * The sub-classes are "Direct Message" and "Channel" */ module areas.MessageArea; public class MessageArea { /* TODO: Implement me */ }