Done.
All Views that want to use the Handler of the LyricsDisplayFrame should include it as an
Observer.
The Handler is expecting to receive a File object containing the absolute path to the .xml file format of the selected song... for more info please checkout the source
Added also EStatus events to indicate lyrics viewing
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Done.
All Views that want to use the Handler of the LyricsDisplayFrame should include it as an
Observer.
The Handler is expecting to receive a File object containing the absolute path to the .xml file format of the selected song... for more info please checkout the source
Added also EStatus events to indicate lyrics viewing
basic view is working only from MainFrame, currently providing text highlighting features
Make lyrics viewer available to all handlers -> decouple it from main view
might change API