导航菜单

gridlayout是什么意思_翻译中文_怎么读

gridlayout

网络释义:网格布局管理器;网格式布局

网络释义

1.网格布局管理器AWT布局管理器有五种:流布局管理器(FlowLayout)、网格布局管理器GridLayout)、边界布局管理器(BorderLayout) …

2.网格式布局网格式布局GridLayout类)是实用而且功能强大的标准布局,也是较为复杂的一种布局。这种布局把容器分成网格,把组件放 …

例句释义:,网格布局管理器,网格式布局

1.The GridLayout element specifies the dimensions of a grid of cells that components can occupy.GridLayout指定了由一个单元网格组成的维度,用于容纳组件。

2.The GridLayout offers layout features similar to java. awt. GridBagLayout in the Java environment except without all of the complexity.GridLayout提供的布局特性类似于Java环境中的java.awt.GridBagLayout,但没有后者复杂。

3.First, we first create a composite preference page and set the layout with GridLayout.首先,先创建一个合成的首选项页面并用GridLayout设定布局。

4.The gridLayout array defines the column names and the field mappings.gridLayout数组定义了列名和字段映射。

5.When declaring a Composite for example, the layout automatically defaults to the commonly used GridLayout.例如在声明一个Composite时,常用的GridLayout就会作为其默认布局。