minor changes in ChatWindow and SettingsScreen
This commit is contained in:
@ -255,10 +255,11 @@ public class ChatWindow extends JFrame {
|
||||
}
|
||||
|
||||
/**
|
||||
* Posts a {@link Message}. Is used only twice: Once for clicking on the {@code postButton}<br>
|
||||
* Posts a {@link Message}. Is used only twice: Once for clicking on the
|
||||
* {@code postButton}<br>
|
||||
* and once for pressing the KeyStroke(s) to send a message ( (ctrl+)enter)
|
||||
*
|
||||
* @param client the client who wants to send a {@link Message}
|
||||
* @param client the client who wants to send a {@link Message}
|
||||
* @param messageList the chat in which this {@link Message} belongs
|
||||
* @since Envoy v0.1-alpha
|
||||
*/
|
||||
|
Reference in New Issue
Block a user