AWT中的布局管理器包括BorderLayout、______、CardLayout、GridBagLayout和GridLayout。

AWT中的布局管理器包括BorderLayout、______、CardLayout、GridBagLayout和GridLayout。


相关考题:

(14 ) AWT 中的布局管理器包括 BorderLayout 、【 14 】 、CardLayout 、 GridBagLayout 和 GridLayout 。

AWT中的布局管理器包括BorderLayout、【 】、CardLayout、OridBagLayout和GridLayout。

Panel类对象的默认布局是()。 A、FlowLayout布局B、BorderLayout布局C、CardLayout布局D、GridLayout布局

YouareassignedthetaskofbuildingapanelcontainingaTextAreaatthetop,alabeldirectlybelowit,andabuttondirectlybelowthelabel.Ifthethreecomponentsareaddeddirectlytothepanel.WhichlayoutmanagercanthepanelusetoensurethattheTextAreaabsorbsallofthefreeverticalspacewhenthepanelisresized?()A.GridLayout.B.CardLayout.C.FlowLayout.D.BorderLayout.E.GridBagLayout.

(布局管理器)下列关于Swing布局管理器的描述中,错误的是_____。A.Swing采用布局管理器来管理组建的排放,位置,大小等B.Swing可以把组件直接加到顶层容器中C.Swing与AWT相比,新增加了BoxLayout布局管理器D.Swing具有FlowLayout,BorderLayout和CardLayout布局管理器

(布局管理器)下列不是AWT的布局管理器是_______。A.FlowLayoutB.BorderLayoutC.BoxLayoutD.GridLayout

(GUI容器)下列关于Swing布局管理器的描述中,错误的是()。A.Swing采用布局管理器来管理组建的排放、位置、大小等。B.Swing不可以把组件直接加到容器中。C.Swing与AWT相比,新增加了BoxLayout布局管理器。D.Swing具有FlowLayout,BorderLayout和CardLayout布局管理器。

18、(布局管理器)下列关于Swing布局管理器的描述中,错误的是_____。A.Swing采用布局管理器来管理组建的排放,位置,大小等B.Swing可以把组件直接加到顶层容器中C.Swing与AWT相比,新增加了BoxLayout布局管理器D.Swing具有FlowLayout,BorderLayout和CardLayout布局管理器

框架(JFrame)的缺省布局管理器就是()。A.顺序布局(FlowLayout)B.卡片局(CardLayout)C.边界布局(BorderLayout)D.网格布局(GridLayout)