In many cases the IDE displays a dialog window to get user input. The main di erence to normal windows is that other windows cannot be activated while a dialog is active. Also the menu is not accessible while in a dialog. This behaviour is called modal. To activate another window, the modal window or dialog must be closed rst.
A typical dialog window is shown in gure (6.3).