Adds drag

This commit is contained in:
Gabriel Tofvesson 2016-10-29 20:52:27 +02:00
parent af55627210
commit 755a8c4070
2 changed files with 2 additions and 0 deletions

View File

@ -4,4 +4,5 @@
}
#exit:hover{
-fx-background-color: rgba(0, 0, 255, 0.5);
}

View File

@ -27,6 +27,7 @@ public class Main extends Application {
// Drag
root.lookup("#dank").setOnMouseDragged(event -> {
primaryStage.setX(event.getScreenX());