在GridBagLayout中,fill属性默认值是哪一个()
A: GridBagConstraints.NONE
B: GridBagConstraints.HORIZONTAL
C: GridBagConstraints.VERTICAL
D: GridBagConstraints.BOTH
A: GridBagConstraints.NONE
B: GridBagConstraints.HORIZONTAL
C: GridBagConstraints.VERTICAL
D: GridBagConstraints.BOTH
举一反三
- 在GridBagConstraints类的常用属性中,用于设置组件在容器中的水平方向和垂直方向的权重的是
- 如何创建一个表格包型布局管理器的约束对象?() A: 调用组件的setConstraints函数 B: 调用面板的setConstraints函数 C: 创建并设置一个GridBagConstraints对象 D: 调用表格包型布局管理器的setConstraints函数
- Fiscal policy will affect prices and interest rates but not the level of output if A: the AD-curve is vertical B: the AS-curve is vertical C: the AD-curve is horizontal D: the AS-curve is horizontal E: both A) or D)
- 如果使用LinearLayout实现组件垂直排列,那么在xml中应添加()属性设置。 A: android:orientation="vertical" B: android:vertical="true" C: android:orientation="horizontal" D: android:horizontal="true"
- float的默认属性为 A: left B: right C: none D: both