B4J Question How to create a Taskbar item menu

Java desktop app

I managed to add icons to the SystemTray by using the jSystemTray library. This works, but I would like to have the same menu available when right clicking on the taskbar icon.

The jSystemTray does not seem to add the menu to both the notification tray and taskbar icon - unless I am getting it wrong.

Please assist me in getting a context menu for the taskbar item.
 
Top