JFrame类的对象的默认布局管理器是()布局管理器。
JFrame类的对象的默认布局管理器是()布局管理器。
参考答案和解析
BorderLayout
相关考题:
下列叙述中,错误的是A.Applet的默认布局管理器是FlowLayoutB.JApplet中增加构件是加到JApplet的内容面板上,不是直接加到JApplet中C.JApplet的内容面板的默认布局管理器是BorderLayoutD.JApplet的内容面板的默认布局管理器是FlowLayout
类Panel默认的布局管理器是( )。A.GridLayoutB.BorderLayoutC.FlowLayoutS 类Panel默认的布局管理器是( )。A.GridLayoutB.BorderLayoutC.FlowLayoutD.CardLayout
Frame默认的布局管理器是( )。 A.FlowLayoutB.BorderLayoutC.GridLayoutSX Frame默认的布局管理器是( )。A.FlowLayoutB.BorderLayoutC.GridLayoutD.UpLayout
Applet的默认布局管理器是FlowLayout,而Swing Applet的内容面板的默认布局管理器是A.FlowLayoutB.CardLayoutC.BorderLayoutD.GridLayout
以下关于GUI容器缺省布局管理器的叙述,哪项正确?() A、JPanel容器的缺省布局管理器是FlowLayoutB、JPanel容器的缺省布局管理器是BorderLayoutC、JFrame容器的缺省布局管理器是FlowLayoutD、JFrame容器的缺省布局管理器是GridLayout
关于布局管理器,以下说法正确的是()。A、Frame默认布局管理器是BorderLayoutB、Panel默认布局管理器是FlowlayoutC、Applet默认布局管理器是FlowlayoutD、CardLayout会将容器分割成等宽等高的矩形区域E、默认情况下,在GridLayout管理的容器中,组件将占满整个所在区域
单选题Swing JFrame类缺省的布局管理器是:()AFlowLayoutBGridLayoutCBorderLayoutDCardLayout