首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > 编程 >

TableEditor 让小弟我郁闷的

2012-09-06 
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);

热点排行