将 JFileChooser 添加到 Eclipse Window Builder

Posted

技术标签:

【中文标题】将 JFileChooser 添加到 Eclipse Window Builder【英文标题】:Add JFileChooser to Eclipse Window Builder 【发布时间】:2014-08-03 20:17:05 【问题描述】:

我是 Eclipse 窗口构建器的新手,想用它创建一个简单的 GUI。我想添加JFileChooser,但是在调色板中找不到它,即使它是一个 Swing 组件。我搜索了我的组件,但没有文件选择器。

如何将JFileChooser 添加到 Eclipse Window Builder?

【问题讨论】:

"I searched through my components" JFileChooser 是一个窗口(***容器,如JFrameJDialog)而不是一个组件(如JTabbedPaneJTable)。你确定你找对地方了吗? 【参考方案1】:

默认情况下不存在JFileChooser。但是你可以添加它。 请按照以下步骤操作:

    进入系统并点击Choose Component

2.. 现在搜索您的组件并添加它。

更多详情请看这篇帖子JFileChooser and eclipse

【讨论】:

结构良好的答案!

以上是关于将 JFileChooser 添加到 Eclipse Window Builder的主要内容,如果未能解决你的问题,请参考以下文章

Java JFileChooser getAbsoluteFile 添加文件扩展名

取消在 JFileChooser 中选择文件而不关闭对话框

JFileChooser 过滤器

为 JFileChooser 上的选定文件设置自己的文件图标

如何将 JFileChooser 限制为目录?

使用JFileChooser实现在指定文件夹下批量添加根据“数字型样式”或“非数字型样式”命令的文件夹