A.FlowLayout
B.GridLayout
C.BorderLayout
D.CardLayout
E.BridbagLayout
第1题:
下列Java布局管理器中,将容器按上北下南、左西右东,划分为东、南、西、北、中5部分的布局管理器是
A.FlowLayout
B.BorderLayout
C.GridLayout
D.BoxLayout
第2题:
在JAVA语言中,按“东,西,南,北,中”指定组件的位置的布局管理器是()
A.FlowLayout
B.GridLayout
C.BorderLayout
D.CardLayout
第3题:
地图是按()绘制的。
A.上北下南、左西右东
B.上南下北、左西右东
C.上北下南、左东右西
D.不清楚
第4题:
如果希望控件在界面上按东、西、南、北、中五个方位进行排列,则应使用下列那种布局管理器 ()。
A.BoxLayout
B.FlowLayout
C.BorderLayout
D.GridLayout
第5题:
18、布局管理器________包括五个明显的区域:东、南、西、北、中。