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 JavaFXTool.java #66

Closed HelgeStenstrom closed 4 years ago

HelgeStenstrom commented 4 years ago

If (!searchingFolder.exists()), then the returned value is null, so let's return it explicitly. Then the declaration of absolutePath can be moved closer to where it's used.

Not tested.