网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)

哪个布局管理器使用的是组件的最佳尺寸? ( )

A.FlowLayout

B.BorderLayout

C.GridLayout

D.CardLayout


参考答案

更多 “ 哪个布局管理器使用的是组件的最佳尺寸? ( )A.FlowLayoutB.BorderLayoutC.GridLayoutD.CardLayout ” 相关考题
考题 哪个布局管理器使用的是组件的最佳尺寸( preferred size)()A FlowLayoutB BorderLayoutC GridLayoutD CardLayoutE GridBagLayout

考题 Frame默认的布局管理器是( )。A.FlowLayoutB.BorderLayoutC.GridLayoutD.CardLayout

考题 Frame默认的布局管理器是A.FlowLayoutB.BorderLayoutC.GridLayoutD.CardLayout

考题 下列选项中,关于GridLayout(网格布局管理器)的说法错误的是() A.GridLayout布局管理器可以设置组件的大小B.放置在GridLayout布局管理器中的组件将自动占据网格的整个区域C.GridLayout布局管理器中,组件的相对位置不随区域的缩放而改变,但组件的大小会随之改变,组件始终占据网格的整个区域D.GridLayout布局管理器缺点是总是忽略组件的最佳大小,所有组件的宽高都相同

考题 Frame的默认的布局管理器是下列哪一个? ( )A.FlowLayoutB.BorderLayoutC.GridLayoutD.CardLayout

考题 容器被重新设置大小后,()布局管理器的容器中的组件大小不随容器大小的变化而改变。A.FlowLayoutB.BorderLayoutC.GridLayoutD.CardLayout

考题 关于布局管理器,以下说法错误的是()。A.FlowLayout管理器从左至右逐排依次添加组件B.JFrame的默认布局是GridLayoutC.BorderLayout每个区域只能添加一个组件D.BoxLayout是Swing新追加的布局管理器

考题 【单选题】3. 在Android 中,哪个布局管理器中允许多个组件层叠排序()A.线性布局管理器(LinearLayout)B.表格布局管理器(TableLayout)C.帧布局管理器(FrameLayout)D.相对布局管理器(RelativeLayout)

考题 以下四中布局管理器,称为卡片式布局的是()。A.FlowLayoutB.BorderLayoutC.GridLayoutD.CardLayout