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

jface Dialog 标题怎么设置

2012-11-01 
jface Dialog标题如何设置protected void configureShell(Shell shell) {super.configureShell(shell)she

jface Dialog 标题如何设置

   protected void configureShell(Shell shell) {
super.configureShell(shell);
shell.setText("必须通过这种方式来进行设置。");
}

热点排行