经常性的,自己设计的对话框无法改变大小,没有最大化最小化按钮,等等.在哪里设置这些属性呢?
JFace的Dialog继承于Window类,该类中有一方法,设置Shell的样式.
protected void setShellStyle(int newShellStyle)
The shell style bits are used by the framework method createShell when creating this window's shell.
createShell
newShellStyle
在Dialog的构造函数中调用该方法,即可更改Dialog的样式.下为一例:
Powered by: BlogJava Copyright © Hexise