读书人

TableEditor 让小弟我郁闷的

发布时间: 2012-09-06 10:37:01 作者: rapoo

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);

读书人网 >编程

热点推荐