当我将文本分配给 myLabels
时,它们会非常紧密地环绕它,有时会切断“p”、“y”等的下边缘。我想在文本和边框之间有一些填充。我使用 TableWrapLayout 作为父Composite
级和 TableWrapDataLabels
TableWrapLayout layout = new TableWrapLayout();
layout.numColumns = 2;
layout.bottomMargin = 10;
layout.topMargin = 10;
client.setLayout(layout);
Label label= toolkit.createLabel(client, "", SWT.NONE);
我们使用 FormToolkit 进行一致的设计,恕我直言,这对边框绘制没有影响