JDK-8091416 : Windows Vista/7/8 taskbar features
  • Type: Enhancement
  • Component: javafx
  • Sub-Component: scenegraph
  • Affected Version: 8
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • Submitted: 2012-08-14
  • Updated: 2020-11-02
  • Resolved: 2020-11-02
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
tbdResolved
Related Reports
Duplicate :  
Description
Umbrella issue.

Starting from Vista, Windows supports several features related to taskbar: progress indicator, context menus, pinning, groupping. To make JavaFX be good Windows citizen, it would be fine to expose these features to JavaFX API.
Comments
Yes, I think so. I closed it as a duplicate.
02-11-2020

Duplicate of JDK-8091107 ?
02-11-2020

Pretty much all of the things you might want to do with the taskbar can be done natively via JNA, but only if you have the native window handle (hWnd) for your stages. Thus it would be really nice if JavaFX offered users access to the native window handle. Even if nothing else is ever done to expose the other taskbar features in the JavaFX APIs, having access to the native window handle still opens up a huge amount of additional functionality for developers. -------- For now, there's an (ugly) workaround. You can obtain the native window handle by using reflection, as described here: http://stackoverflow.com/questions/15034407/how-can-i-get-the-window-handle-hwnd-for-a-stage-in-javafx
01-11-2013

Artem, as all developers are too busy to implement so big features, is that possible to make some stub about this - a native access, or like that?
22-02-2013

Question is tracked here too : http://stackoverflow.com/questions/15034407/how-can-i-get-the-window-handle-hwnd-for-a-stage-in-javafx
22-02-2013

Also, if there were a way to obtain the window handle (hWnd) for a JavaFX Stage, that would open up a large number of possibilities for customizing how JavaFX applications can interact with the Windows 7/8 Taskbar. Once you have the hWnd, you can use JNA to do all sorts of useful stuff. http://msdn.microsoft.com/en-us/library/windows/desktop/dd378460(v=vs.85).aspx
22-02-2013