更多“哪个布局管理器使用的是组件的最佳尺寸?()A.FlowLayoutB.BorderLayoutC.GridLayoutD.CardLayout ”相关问题
  • 第1题:

    Frame的默认的布局管理器是下列哪一个? ( )

    A.FlowLayout

    B.BorderLayout

    C.GridLayout

    D.CardLayout


    正确答案:B

  • 第2题:

    关于布局管理器,以下说法错误的是()。

    A.FlowLayout管理器从左至右逐排依次添加组件

    B.JFrame的默认布局是GridLayout

    C.BorderLayout每个区域只能添加一个组件

    D.BoxLayout是Swing新追加的布局管理器


    JFrame的默认布局是GridLayout

  • 第3题:

    以下四中布局管理器,称为卡片式布局的是()。

    A.FlowLayout

    B.BorderLayout

    C.GridLayout

    D.CardLayout


    FlowLayout;BorderLayout;GridLayout

  • 第4题:

    容器被重新设置大小后,()布局管理器的容器中的组件大小不随容器大小的变化而改变。

    A.FlowLayout

    B.BorderLayout

    C.GridLayout

    D.CardLayout


    B

  • 第5题:

    【单选题】3. 在Android 中,哪个布局管理器中允许多个组件层叠排序()

    A.线性布局管理器(LinearLayout)

    B.表格布局管理器(TableLayout)

    C.帧布局管理器(FrameLayout)

    D.相对布局管理器(RelativeLayout)


    B