swt - How can I disable the java GUI wizard pages from resizing -
this question has answer here:
- swt java: how prevent window resizing? 3 answers
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
Post a Comment