JFileChooser 还是需要用别的东西
我计划进行 POC 以及我的应用程序的基本要求:
我正在尝试导入一个或多个文件 - 多选选项 - 主要用于图像的缩略图选项(除了详细信息和列表) - 支持 Windows 和 MAC
在查看 JFileChooser 或 XFileDialog 等选项时,发现存在一些限制。任何与克服限制(例如多重选择)相关的建议或线索都值得赞赏。
问候! - 普拉纳夫
I am plannind to do a POC and the basic requirements for my application:
I am trying to import a file (or) files
- Option for MultiSelect
- Options for thumbnails (apart from Details and List) mainly for images
- Support for both Windows and MAC
While looking at options like JFileChooser or XFileDialog, there were some limitations. Any suggestions or leads related to overcoming limitations (e.g. multi selection) is appreciated.
Regards!
- Pranav
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不确定我是否理解限制是什么。
关于如何使用文件选择器的 Swing 教程有该示例展示了如何使用“预览面板”来显示缩略图。
I'm not sure I understand what the limitation are.
The Swing tutorial on How to Use File Choosers has an example that shows how to use a "preview panel" to show a thumbnail image.