TableEditor 让我郁闷的TableItem item table.getItem(0)TableEditor colorEditors new TableEditor(
TableEditor 让我郁闷的
TableItem item = table.getItem(0);
TableEditor colorEditors = new TableEditor(table);
colorEditors.minimumHeight = 15;
colorEditors.minimumWidth = 25;
colorEditors.setEditor(new Button(table,SWT.NONE), item, 0);
