Hi
As I have divided my music into several directories by genre, I thought about creating a windows desktop application that allows me to easily pick the songs I want to hear.
It should work like this: on startup, windows would generate a list of all the maps inside my music directory. The user would have the ability to select one or more directories, and hit the play button.
Then, the program should create a playlist with all of the songs inside the selected directories and execute it in Windows Media Player.
The problem is.. I don't have any experience about creating desktop programs, and I only know the Java language to do so.
So does anyone knows how to create a desktop program in java?
Thanks in advance
Sven