将 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
是一个窗口(***容器,如JFrame
或JDialog
)而不是一个组件(如JTabbedPane
或 JTable
)。你确定你找对地方了吗?
【参考方案1】:
默认情况下不存在JFileChooser
。但是你可以添加它。
请按照以下步骤操作:
-
进入系统并点击
Choose Component
2.. 现在搜索您的组件并添加它。
更多详情请看这篇帖子JFileChooser and eclipse
【讨论】:
结构良好的答案!以上是关于将 JFileChooser 添加到 Eclipse Window Builder的主要内容,如果未能解决你的问题,请参考以下文章
Java JFileChooser getAbsoluteFile 添加文件扩展名