I want to disable resizing of window. Any ideas?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can specify the
Shellstyle bits by using the two-arg constructor. The default style bits areSWT.SHELL_TRIM:You actually want to exclude the
RESIZEbit. If you’re creating your ownShell:If you’re extending
Dialog, you can influence the shell style bits by overriddinggetShellStyle: