Add MediaPlayer

This commit is contained in:
2026-05-26 17:17:26 +03:30
parent 2842cd414c
commit f47d3ec826
8 changed files with 68 additions and 10 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
<?import javafx.scene.layout.HBox?>
<VBox alignment="CENTER" spacing="15.0" xmlns:fx="http://javafx.com/fxml" fx:controller="sbu.javafx.MusicController">
<Label fx:id="lblStatus" text="Musiv Player" style="-fx-font-size: 18px; -fx-font-weight: bold;"/>
<Label fx:id="lblStatus" text="Music Player" style="-fx-font-size: 18px; -fx-font-weight: bold;"/>
<ListView fx:id="lvSongs" prefHeight="200.0" prefWidth="350.0"/>
Binary file not shown.
Binary file not shown.