Tell me, how to make it impossible to close the window which extends “org.eclipse.swt.widgets.Dialog” by Esc key?
my code is here:
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.
Add a listener to
shlTimeDiagramsWindowonSWT.Traverse. If the event is escape key, we set the event for that to false. You can add the below snippet code to methodopen(int coordX, int coordY).