How does the weighty property of the GridBagConstraints objects used in grid bag layout affect the layout of the components?()  A、It affects which grid cell the components end up in.B、It affects how the extra vertical space is distributed.C、It affects the

题目

How does the weighty property of the GridBagConstraints objects used in grid bag layout affect the layout of the components?()  

  • A、It affects which grid cell the components end up in.
  • B、It affects how the extra vertical space is distributed.
  • C、It affects the alignment of each component.
  • D、It affects whether the components completely fill their allotted display area vertically.

相似考题
参考答案和解析
正确答案:B
更多“How does the weighty property of the GridBagConstraints objects used in grid bag layout affect the layout of the components?()  A、It affects which grid cell the components end up in.B、It affects how the extra vertical space is distributed.C、It affects the”相关问题
  • 第1题:

    如果希望控件在界面上按表格行分列排列,应使用下列那种布局管理器?()

    • A、Box Layout
    • B、Grid Layout
    • C、Border Layout
    • D、Flow Lou Layout

    正确答案:B

  • 第2题:

    Which statement is true?()  

    • A、 A flow layout can be used to position a component that should resize horizontally when the  container is resized.
    • B、 A grid layout can be used to position a component tat should maintain a constant size even when  the container is resized.
    • C、 A border layout can be used to position component that should maintain a constant size even when  the container is resized.
    • D、 The grid bag layout can be used to give a grid-like layout which differs from the normal grid in that individual rows and columns can have unique sizes.
    • E、 If two components are placed in the same column of a grid bag layout, and one component resizes horizontally, then the other component must resize horizontally.

    正确答案:D

  • 第3题:

    Write a line of code that declares a variable named layout of type LayoutManager and initializes it with a new object, which when used with a container can lay out components in a rectangular grid of equal-sized rectangles, 3 components wide and 2 components high.()


    正确答案:layout = new GridLayout(2, 3);"   or: "LayoutManager layout = new

  • 第4题:

    Which of the following components is typically used for voice transmissions and has a 10Mbpsmaximum transfer speed?()

    • A、110 block
    • B、Patch panel
    • C、Vertical cross connect
    • D、66 block

    正确答案:D

  • 第5题:

    You need to add a pop-up menu to the CV_EMP canvas to display when a user right-clicks the mouse within the canvas. How could you create the pop-up menu?()

    • A、Use the Layout Editor to create a pop-up menu, assign commands to the menu in the Menu Editor, and attack the menu items to the canvas. 
    • B、Use the Report Wizard to create a pop-up menu and attack the menu items to the canvas.  
    • C、Alter the pop-up Menu Property value in the Property Palette of the canvas. 
    • D、Use the Object Navigator to create a pop-up menu, assign commands to the menu items, and attack the menu to items or canvases.

    正确答案:D

  • 第6题:

    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.

    正确答案:E

  • 第7题:

    多选题
    Which three objects can be components of a menu module?()
    A

    windows

    B

    parameters

    C

    object groups

    D

    report objects

    E

    visual attributes


    正确答案: C,D
    解析: 暂无解析

  • 第8题:

    多选题
    The CRS Installer is used to perform which functions? ()
    A

    install CRS software

    B

    back up CRS data

    C

    repair a CRS installation

    D

    back up CallManager data

    E

    remove a CRS installation (uninstall)

    F

    activate CRS components


    正确答案: B,D
    解析: 暂无解析

  • 第9题:

    单选题
    How does the weighty property of the GridBagConstraints objects used in grid bag layout affect the layout of the components?()
    A

    It affects which grid cell the components end up in.

    B

    It affects how the extra vertical space is distributed.

    C

    It affects the alignment of each component.

    D

    It affects whether the components completely fill their allotted display area vertically.


    正确答案: A
    解析: 暂无解析

  • 第10题:

    单选题
    框架(Frame)的缺省布局管理器是()
    A

    流布局(Flow Layout)

    B

    卡布局(Card Layout)

    C

    边框布局(Border Layout)

    D

    网格布局(Grid Layout)


    正确答案: D
    解析: 暂无解析

  • 第11题:

    单选题
    Which factor of the following affects not only the fuels combustion but also the engine’s maintenance?()
    A

    cetane number

    B

    flash point

    C

    viscosity

    D

    setting point


    正确答案: C
    解析: 暂无解析

  • 第12题:

    填空题
    Write a line of code that declares a variable named layout of type LayoutManager and initializes it with a new object, which when used with a container can lay out components in a rectangular grid of equal-sized rectangles, 3 components wide and 2 components high.()

    正确答案: layout = new GridLayout(2, 3);"   or: "LayoutManager layout = new
    解析: 暂无解析

  • 第13题:

    Which three objects can be components of a menu module?() 

    • A、windows 
    • B、parameters 
    • C、object groups 
    • D、report objects 
    • E、visual attributes 

    正确答案:B,C,E

  • 第14题:

    Which statements are true concerning the default layout manager for containers in the java.awt package?()  

    • A、Objects instantiated from Panel do not have a default layout manager.
    • B、Objects instantiated from Panel have FlowLayout as default layout manager.
    • C、Objects instantiated from Applet have BorderLayout as default layout manager.
    • D、Objects instantiated from Dialog have BorderLayout as default layout manager.
    • E、Objects instantiated from Window have the same default layout manager as instances of Applet.

    正确答案:B,D

  • 第15题:

    框架(Frame)的缺省布局管理器是()

    • A、流布局(Flow Layout)
    • B、卡布局(Card Layout)
    • C、边框布局(Border Layout)
    • D、网格布局(Grid Layout)

    正确答案:C

  • 第16题:

    You work as a database administrator for Supportcenter.cn. You want to administer your database servers, which are running on different host machines, using the Web-enabled grid control interface. You have configured the agent on the host machines. You have started the Oracle Database 10g Grid Control utility on your machine. Which two additional components would you configure to achieve this objective?()

    • A、Application Server Control
    • B、Oracle Management Service
    • C、Oracle Enterprise Manager Repository
    • D、Oracle Enterprise Manager Database Control

    正确答案:C,D

  • 第17题:

    Which two functional areas does Oracle Application Grid provide ?()

    • A、 Processing Capacity
    • B、 Programming IDE
    • C、 Management network
    • D、 Storage Capacity

    正确答案:A,C

  • 第18题:

    How would you default the layout of a parameter form? ()

    • A、Use the default layout tool in the parameter form editor. 
    • B、Select menu item tool->parameter form builder. 
    • C、Open the parameter form editor and select menu items tool->default layout. 
    • D、You cannot default the layout of the parameters.

    正确答案:B

  • 第19题:

    单选题
    ()on still water indictes how loading weight distribution affects on longitudinal strength.
    A

    Bending moment

    B

    local strength

    C

    shear force

    D

    displacement


    正确答案: A
    解析: 暂无解析

  • 第20题:

    多选题
    Which three objects are components of a menu module?()
    A

    Menus

    B

    Canvases

    C

    Object libraries

    D

    Visual attributes

    E

    Attached libraries


    正确答案: C,E
    解析: 暂无解析

  • 第21题:

    单选题
    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.


    正确答案: E
    解析: 暂无解析

  • 第22题:

    单选题
    One of the factors which affects the circulation of ocean currents is().
    A

    humidity

    B

    varying densities of water

    C

    vessel traffic

    D

    the jet stream


    正确答案: D
    解析: 暂无解析

  • 第23题:

    问答题
    It is important to think about the people of a destination country and how tourism affects them.

    正确答案:
    解析: