JavaFX Music Player Project

This commit is contained in:
2026-05-29 21:22:53 +03:30
parent fa5f8ab267
commit 772c9ed3f6
15 changed files with 332 additions and 48 deletions
@@ -0,0 +1,12 @@
.root {
-fx-background-color: #1e1e1e;
}
.label {
-fx-text-fill: white;
}
.button {
-fx-background-color: #444;
-fx-text-fill: white;
}
@@ -0,0 +1,12 @@
.root {
-fx-background-color: white;
}
.label {
-fx-text-fill: black;
}
.button {
-fx-background-color: #e0e0e0;
-fx-text-fill: black;
}