Added the display of multi-line messages (#115)

* Added multi-line messages

* Added shutdown method for LoginDialog

* Fixed login bug in LoginDialog

* Added a maximum length for messages

* Implemented update of component list elements on resizing

* Improved visual appearance of some files
This commit is contained in:
delvh
2020-03-14 11:17:43 +01:00
committed by GitHub
parent 9896339f92
commit 349ffeaa25
10 changed files with 202 additions and 111 deletions

View File

@ -51,7 +51,6 @@ public class Startup {
*/
public static void main(String[] args) {
ClientConfig config = ClientConfig.getInstance();
SwingUtilities.invokeLater(() -> chatWindow = new ChatWindow());
try {