VE创建的Section:

section1 = formToolkit.createSection(parent,
                ExpandableComposite.TITLE_BAR);

问题是可能标题显示不出来。

 

应该改为:

formToolkit.createSection(parent,Section.TITLE_BAR);

 

posted on 2009-11-30 16:51  钟华  阅读(164)  评论(0编辑  收藏  举报