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

Method remove

src/dorkbox/systemTray/Entry.java:85–93  ·  view source on GitHub ↗

Removes this menu entry from the menu and releases all system resources associated with this menu entry.

()

Source from the content-addressed store, hash-verified

83 * Removes this menu entry from the menu and releases all system resources associated with this menu entry.
84 */
85 public
86 void remove() {
87 if (peer != null) {
88 peer.remove();
89
90 this.parent = null;
91 peer = null;
92 }
93 }
94
95
96 @Override

Callers 1

removeMethod · 0.95

Calls 1

removeMethod · 0.65

Tested by

no test coverage detected