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).
We need to abstract this into the dialog toolkit layer to support different toolkit (swing and javafx).
- duplicates
-
JDK-7146338 FileChooser used by FileSaveService/FileOpenService should use UIFactory interface
-
- Closed
-