Formatting

* Split applyTheme method in applyTheme and autoscroll.
* Added Javadoc
This commit is contained in:
DieGurke
2019-12-15 20:18:43 +01:00
parent acc7424503
commit f6bd6ab754
2 changed files with 23 additions and 0 deletions

View File

@ -250,6 +250,7 @@ public class ChatWindow extends JFrame {
messageList.setBackground(theme.getCellColor());
// scrollPane
scrollPane.applyTheme(theme);
scrollPane.autoscroll();
// messageEnterTextArea
messageEnterTextArea.setCaretColor(theme.getTypingMessageColor());