Feat/chat tests #317
+1
-2
@@ -195,8 +195,7 @@ public class ChatBoxController {
|
|||||||
() -> {
|
() -> {
|
||||||
try {
|
try {
|
||||||
ChatViewController chatViewController =
|
ChatViewController chatViewController =
|
||||||
new ChatViewController(
|
new ChatViewController(this.chatController, chatModel, this);
|
||||||
this.chatController, chatModel, this);
|
|
||||||
|
|
||||||
ChatKey chatKey;
|
ChatKey chatKey;
|
||||||
if (chatType.equals(ChatType.WHISPER)) {
|
if (chatType.equals(ChatType.WHISPER)) {
|
||||||
|
|||||||
+1
-2
@@ -11,9 +11,8 @@ import javafx.fxml.Initializable;
|
|||||||
import javafx.scene.control.Button;
|
import javafx.scene.control.Button;
|
||||||
import javafx.scene.control.Label;
|
import javafx.scene.control.Label;
|
||||||
import javafx.scene.control.ScrollPane;
|
import javafx.scene.control.ScrollPane;
|
||||||
|
import javafx.scene.control.Tab;
|
||||||
import javafx.scene.control.TextField;
|
import javafx.scene.control.TextField;
|
||||||
import javafx.scene.control.*;
|
|
||||||
import javafx.scene.layout.HBox;
|
|
||||||
import javafx.scene.layout.VBox;
|
import javafx.scene.layout.VBox;
|
||||||
|
|
||||||
/** Responsible for the presentation of the ChatModel to the Client */
|
/** Responsible for the presentation of the ChatModel to the Client */
|
||||||
|
|||||||
Reference in New Issue
Block a user