Is it possible to create a window in Java which will be displayed over the taskbar?
I want to use the windows systray with a swing menu. The menu must not be partially hidden by the taskbar. By default windows(like JPopupMenu) created from Java are in lower z-order then the taskbar.
Anybody an idea?