From b955bc98a60098767d17222198718d2ef9186624 Mon Sep 17 00:00:00 2001 From: Michael-Jouanneau Date: Sat, 29 Oct 2016 22:02:44 +0200 Subject: [PATCH] Got the drag thingto work --- src/assets/style/nav.css | 5 +++++ src/sample/sample.fxml | 9 ++++++++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/src/assets/style/nav.css b/src/assets/style/nav.css index f3fb3b9..284440c 100644 --- a/src/assets/style/nav.css +++ b/src/assets/style/nav.css @@ -5,4 +5,9 @@ #exit:hover{ -fx-background-color: rgba(0, 0, 255, 0.5); +} +#Pane { + -fx-border-width: 1px; + -fx-border-color: black; + -fx-border-style: solid; } \ No newline at end of file diff --git a/src/sample/sample.fxml b/src/sample/sample.fxml index 65e72ca..65b9f76 100644 --- a/src/sample/sample.fxml +++ b/src/sample/sample.fxml @@ -1,12 +1,19 @@ + + - +