Initial commit
This commit is contained in:
@ -27,6 +27,7 @@ import javafx.scene.image.ImageView;
|
||||
import javafx.scene.input.KeyCode;
|
||||
import javafx.scene.input.KeyEvent;
|
||||
import javafx.scene.layout.GridPane;
|
||||
import javafx.scene.layout.VBox;
|
||||
import javafx.scene.paint.Color;
|
||||
import javafx.scene.shape.Rectangle;
|
||||
import javafx.stage.FileChooser;
|
||||
@ -119,6 +120,9 @@ public final class ChatScene implements Restorable {
|
||||
|
||||
@FXML
|
||||
private TextArea contactSearch;
|
||||
|
||||
@FXML
|
||||
private VBox contactOperations;
|
||||
|
||||
private LocalDB localDB;
|
||||
private Client client;
|
||||
|
Reference in New Issue
Block a user