swt - How can I disable the java GUI wizard pages from resizing -


this question has answer here:

i working wizarddialog. needed fix size wizarddialog, realized setting page size doesn't mean user cannot resize later on. not desirable feature. how disable resizing? in advance help.

if creating wizarddialog set shell style using like:

setshellstyle(swt.close | swt.title | swt.border             | swt.application_modal | getdefaultorientation()); 

which leaving out default swt.max , swt.resize flags.


Comments

Popular posts from this blog

Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12:test (default-test) on project.Error occurred in starting fork -

windows - Debug iNetMgr.exe unhandle exception System.Management.Automation.CmdletInvocationException -

configurationsection - activeMq-5.13.3 setup configurations for wildfly 10.0.0 -