jface Dialog 标题如何设置
protected void configureShell(Shell shell) {
super.configureShell(shell);
shell.setText("必须通过这种方式来进行设置。");
} 发布时间: 2012-11-01 11:11:32 作者: rapoo
jface Dialog 标题如何设置
protected void configureShell(Shell shell) {
super.configureShell(shell);
shell.setText("必须通过这种方式来进行设置。");
}