Javadoc edits.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@816 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2001-12-17 01:06:35 +00:00
parent ae5ab433a1
commit 65401007de
2 changed files with 8 additions and 4 deletions
@@ -1,5 +1,5 @@
//
// $Id: ChatDisplay.java,v 1.5 2001/12/16 21:46:46 mdb Exp $
// $Id: ChatDisplay.java,v 1.6 2001/12/17 01:06:34 mdb Exp $
package com.threerings.crowd.chat;
@@ -17,7 +17,7 @@ public interface ChatDisplay
* method after the speak message is accepted by the server and
* broadcast to everyone in the place.
*
* @param type {@link ChatCodes.PLACE_CHAT_TYPE} for a speak message
* @param type {@link ChatCodes#PLACE_CHAT_TYPE} for a speak message
* delivered via the place object, or for messages delivered via an
* auxilliary chat object, the type code provided when that auxilliary
* object was registered.
@@ -44,7 +44,7 @@ public interface ChatDisplay
* server and should be displayed visually differently from speak
* messages.
*
* @param type {@link ChatCodes.PLACE_CHAT_TYPE} for a speak message
* @param type {@link ChatCodes#PLACE_CHAT_TYPE} for a speak message
* delivered via the place object, or for messages delivered via an
* auxilliary chat object, the type code provided when that auxilliary
* object was registered.
@@ -1,5 +1,5 @@
//
// $Id: ChatPanel.java,v 1.10 2001/12/16 21:47:13 mdb Exp $
// $Id: ChatPanel.java,v 1.11 2001/12/17 01:06:35 mdb Exp $
package com.threerings.micasa.client;
@@ -7,6 +7,7 @@ import java.awt.Color;
import java.awt.Dimension;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.util.StringTokenizer;
import javax.swing.JButton;
@@ -16,7 +17,10 @@ import javax.swing.JPanel;
import javax.swing.JScrollPane;
import javax.swing.JTextField;
import javax.swing.JTextPane;
import javax.swing.event.AncestorEvent;
import javax.swing.event.AncestorListener;
import javax.swing.text.BadLocationException;
import javax.swing.text.Document;
import javax.swing.text.Style;