()
| 251 | } |
| 252 | |
| 253 | private |
| 254 | void shutdown() { |
| 255 | // SWT/JavaFX "shutdown hooks" have changed. Since it's no longer available with JPMS, it is no longer supported. |
| 256 | // Developers must add the shutdown hooks themselves. |
| 257 | systemTray.shutdown(); |
| 258 | } |
| 259 | } |
no outgoing calls
no test coverage detected