MCPcopy Create free account
hub / github.com/dorkbox/SystemTray / shutdown

Method shutdown

test-javaFx/dorkbox/TestTrayJavaFX.java:253–258  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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}

Callers 7

TestMultiTrayMethod · 0.45
TestTrayMethod · 0.45
TestReAddTrayMethod · 0.45
handleEventMethod · 0.45
TestTraySwtMethod · 0.45
stopMethod · 0.45
doJavaFxStuffMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected