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