updated example

This commit is contained in:
nathan 2015-11-15 14:53:54 +01:00
parent c1933e6763
commit 3c82945771
1 changed files with 2 additions and 0 deletions

View File

@ -69,6 +69,8 @@ class TestTray {
public
void onClick(final SystemTray systemTray, final MenuEntry menuEntry) {
systemTray.setStatus(null);
systemTray.setIcon(BLACK_MAIL);
menuEntry.setCallback(null);
// systemTray.setStatus("Mail Empty");
systemTray.removeMenuEntry(menuEntry);