goxr3plus / XR3Player

🎧 🎼 The MOST ADVANCED JavaFX Media Player
https://xr3player.netlify.com/
GNU Lesser General Public License v3.0
724 stars 176 forks source link

Update module-info.java #52

Closed HelgeStenstrom closed 5 years ago

HelgeStenstrom commented 5 years ago

All exports are removed from the module-info.java file, because it's not likely that this app needs to export anything. Two opens statements are added, to try to fix behavior which otherwise changes. The programs seems to work in my limited test, but the behavior needs to be checked by someone else.

goxr3plus commented 5 years ago

Have you runned the application after you modified the module-info.java :)?

HelgeStenstrom commented 5 years ago

Yes, but probably not enough. I don’t know what functionality to exercise.

HelgeStenstrom commented 5 years ago

One of the “opens” statements that I added was because icons in the playlist weren’t visible. I was lucky to see it. The player ran fine without the icons.

goxr3plus commented 5 years ago

Merging :)