Adding items to a pinned program on Windows taskbar (with java) known as JumpList

313 views Asked by At

Many application when pinned to the taskbar have a popup menu with various menu items. My Java application wrapped with Winrun4j only contains two menu items, one to start the program, and one to remove the item from the taskbar.

How do you add more items to the menu and can it be done within Java 7 ?

0

There are 0 answers