brokenprogrammer / RapidTunes

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

Place the Menubar inside its own view & controller. #41

Closed brokenprogrammer closed 6 years ago

brokenprogrammer commented 7 years ago

We have a lot of menubar buttons so the NavigationController would get confusing and maybe even out of hand. We have decided to split the menubar into its own FXML and Controller to improve the structure of the application.

Issier commented 6 years ago

Submitted a pull request with what I believe to be the resolution for this issue

brokenprogrammer commented 6 years ago

@Issier I will look at the PR tomorrow, I've scimmed through it and it looks really nice. Thanks!

brokenprogrammer commented 6 years ago

Resolved through PR #51 Credits: @Issier @RyanJCollins