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