jface Dialog 标题怎么设置

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

jface Dialog 标题如何设置

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