Feat: Delete window header and white background. Add mouse dragging ability to Highscore popup

This commit is contained in:
Jona Walpert
2026-04-21 20:31:52 +02:00
parent 062e66cdf9
commit 15c998d549
4 changed files with 51 additions and 3 deletions
@@ -7,11 +7,14 @@
<?import javafx.scene.layout.HBox?>
<?import javafx.scene.layout.VBox?>
<VBox xmlns="http://javafx.com/javafx/21"
<VBox fx:id="highscoreRoot"
xmlns="http://javafx.com/javafx/21"
xmlns:fx="http://javafx.com/fxml/1"
fx:controller="ch.unibas.dmi.dbis.cs108.casono.client.ui.gameui.gameuicomponents.HighscoreViewController"
spacing="12"
styleClass="highscore-root"
onMousePressed="#onPopupPressed"
onMouseDragged="#onPopupDragged"
stylesheets="@HighscoreView.css">
<padding>