摘要: VE创建的Section:section1 = formToolkit.createSection(parent, ExpandableComposite.TITLE_BAR);问题是可能标题显示不出来。 应该改为: formToolkit.createSection(parent,Section.TITLE_BAR); 阅读全文
posted @ 2009-11-30 16:51 钟华 阅读(164) 评论(0) 推荐(0) 编辑