forked from AdvancedProgramming1404/HW-07-JavaFX
قبل جا به جا کردن اوپن پلی لیست
This commit is contained in:
@@ -16,17 +16,15 @@ public class Main extends Application {
|
||||
MusicController controller = loader.getController();
|
||||
|
||||
controller.musicsListView.getItems().addAll(
|
||||
new Song("Blinding Lights", "The Weeknd"),
|
||||
new Song("Flowers", "Miley Cyrus"),
|
||||
new Song("As It Was", "Harry Styles"),
|
||||
new Song("Comme des enfants", "Coert De Pirate"),
|
||||
new Song("Slow Down", "GRAE"),
|
||||
new Song("Cigarettes out the window", "TV Girl"),
|
||||
new Song("Shape of My Heart", "Sting"),
|
||||
new Song("deja vu", "Olivia Rodirgo"),
|
||||
new Song("Do It To It", "Acraze"),
|
||||
new Song("Bones", "Imagine Dragons"),
|
||||
new Song("Bunker", "Balthazar")
|
||||
new Song("Blinding Lights", "The Weeknd","/musics/The-Weeknd-Blinding-Lights-128.mp3"),
|
||||
new Song("Comme des enfants", "Coert De Pirate","/musics/Coeur-De-Pirate-Comme-des-enfants-128.pm3"),
|
||||
new Song("Slow Down", "GRAE", "/musics/GRAE-Slow-Down-128.mp3"),
|
||||
new Song("Cigarettes out the Window", "TV Girl", "/music/TV-Girl-Cigarettes-out-the-Window-128.mp3"),
|
||||
new Song("deja vu", "Olivia Rodirgo", "/musics/Olivia-Rodrigo-deja-vu-320.mp3"),
|
||||
new Song("The Line", "Twoenty One Pilots", "/musics/Twenty-One-Pilots-The-Line-128.mp3"),
|
||||
new Song("Bones", "Imagine Dragons", "/musics/Imagine-Dragons-Bones-128.mp3"),
|
||||
new Song("Bunker", "Balthazar", "/musics/Balthazar-Bunker-128.mp3"),
|
||||
new Song("As It Was", "Harry Styles", "/musics/Harry-Styles-As-It-Was-320.mp3")
|
||||
);
|
||||
|
||||
controller.setupListView(controller.musicsListView);
|
||||
|
||||
Reference in New Issue
Block a user