Initial commit

This commit is contained in:
2020-08-20 11:02:51 +02:00
parent b081960a31
commit cb95c40ad6
2 changed files with 5 additions and 1 deletions

View File

@ -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;