标题翻译
Are there O.S specific APIs for calling file chooser dialog box in Windows, Linux and Mac?
问题
我正在寻找适用于Windows、Linux和Mac的本地文件选择对话框。我曾使用过Java Swing文件选择器,目前正在寻找非Java的替代方案。
在处理这种情况时,应该采取正确的方法是什么?存在一些替代方案,比如Electron,甚至一些提供本地文件选择器的C++工具。这是最好的选择吗?
我主要关注的问题之一是调用本地文件选择器。
英文翻译
I am looking for native file choosers dialog boxes for Windows, Linux, and Mac. I was using Java Swing file chooser and I am currently looking for Non-Java alternatives for the same.
What should be the right way to deal with this situation? There are alternatives such as Electron and even some C++ tools which provide the native file chooser. Is that my best bet?
One of my primary concerns is to invoke a native file chooser.
专注分享java语言的经验与见解,让所有开发者获益!
评论