dustinkredmond / FXTrayIcon

Tray Icon implementation for JavaFX applications. Say goodbye to using AWT's SystemTray icon, instead use a JavaFX Tray Icon.
MIT License
324 stars 25 forks source link

Animation Error Check Improvements #78

Closed EasyG0ing1 closed 1 year ago

EasyG0ing1 commented 1 year ago

I was getting some errors deep in the java.awt classes from the setAnimationFrame(Image frame) method, so I added null checks to that method and beefed up the null checks in all animation-related methods. I stopped getting the errors after the added checks.