Modify ↓
Opened 6 years ago
Last modified 6 years ago
#18978 new enhancement
Evaluate java.awt.Taskbar for JOSM (Java 9)
| Reported by: | simon04 | Owned by: | team |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Core | Version: | |
| Keywords: | java9 java11 | Cc: |
Description
https://docs.oracle.com/en/java/javase/13/docs/api/java.desktop/java/awt/Taskbar.html
The Taskbar class allows a Java application to interact with the system task area (taskbar, Dock, etc.).
There are a variety of interactions depending on the current platform such as displaying progress of some task, appending user-specified menu to the application icon context menu, etc.
Attachments (0)
Note:
See TracTickets
for help on using tickets.



Yep, something to investigate with the Java 11 migration.