我是Java的新手,现在我正在尝试编写一个简单的GUI。最近,我正在寻找某种GroupBox(如果可能的话,用于WindowBuilder),如下图中的“搜索”和“概述”组框:http://imagizer.imageshack.us/a/img812/7239/jxsv.jpg
那么,哪个图形对象会很好用呢?
答案 0 :(得分:0)
使用Swings TitledBorder
,查看在EtchedBorder.LOWERED
个单独容器上使用包含降低蚀刻(JPanel
)边框的BorderFactory
。阅读How to Use Borders
答案 1 :(得分:0)
您只需将控件放在JPanel
上TitledBorder
。
进一步阅读:http://docs.oracle.com/javase/tutorial/uiswing/components/border.html