assertj / assertj-swing

Fluent assertions for Swing apps
Other
109 stars 52 forks source link

Update InputState.java: Fix NPE with TrayIcon #248

Closed subes closed 4 years ago

subes commented 4 years ago

Fix Issue https://github.com/joel-costigliola/assertj-swing/issues/197

I guess we can just ignore updating the screen location if we can't determine it.

croesch commented 4 years ago

Thanks very much for the fix!