单项选择题
容器中要放置一行组件,这些组件排列方式是在一行中并且大小相同而且充满整个容器空间(中间没有间隔),如下图所示,请问使用哪个Layout管理器比较合适?()
A.BorderLayout
B.CardLayout
C.FlowLayout
D.GridLayout
点击查看答案
相关考题
-
单项选择题
在下列布局管理器中,哪个布局管理器使用东西南北中方式放置控件()
A.BorderLayout
B.CardLayout
C.FlowLayout
D.GridBagLayout -
单项选择题
哪些swing组件使用ListSelectionModel()
A.JList and JCombox
B.JPopupMenu and JTable
C.JTable and JCombox
D.JList and JTable -
单项选择题
下面哪种类型的model承载了JTextField的实际内容()
A.TableModel
B.ListModel
C.Document
D.TreeModel
