摘要: private void createTableText(Table table) { TableEditor editor = new TableEditor(table); for (int i = 0; i < table.getItemCount(); i++) { editor = new TableEditor(table); Text text = new Text(table, SWT.BORDER); coun... 阅读全文
posted @ 2014-04-08 19:46 夏之夜 阅读(282) 评论(0) 推荐(0) 编辑