JDK-7107022 : need toolkit abstraction for JNLP file service API dialog
  • Type: Bug
  • Component: deploy
  • Sub-Component: webstart
  • Affected Version: 8
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: windows
  • CPU: x86
  • Submitted: 2011-10-31
  • Updated: 2012-03-20
  • Resolved: 2012-03-20
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.
JDK 8
8Resolved
Related Reports
Duplicate :  
Description
in the current JNLP file service API implementation, when we need to show a FileChooser, we always use the swing JFileChooser.  (See FileOpenServiceImple and FileSaveServiceImple)

We need to abstract this into the dialog toolkit layer to support different toolkit (swing and javafx).