brokenprogrammer / RapidTunes

A music player that lets you play music from all sources.
MIT License
7 stars 4 forks source link

Implement a menu when you right-click on songs in the SongBrowser. #66

Closed brokenprogrammer closed 3 years ago

brokenprogrammer commented 7 years ago

When right-clicking a song in the SongBrowser a new menu with the following options should be displayed:

Functionality for the individual buttons do not have to be implemented, we just want the actual menu for now.

The JavafX term of the type of menu that will pop up is "Context Menu". Oracle JavaFX Menu Tutorial ContextMenu Javadoc