欢迎来到计算机考试题库网 考试题库官网
全部科目 > Java认证考试 > SCJP程序员认证考试

单项选择题

You are assigned the task of building a panel containing a TextArea at the top, a label directly below it,and a button directly below the label. If the three components are added directly to the panel. Which layout manager can the panel use to ensure that the TextArea absorbs all of the free vertical space when  the panel is resized?()

    A. GridLayout.
    B. CardLayout.
    C. FlowLayout.
    D. BorderLayout.
    E. GridBagLayout.

点击查看答案

相关考题