I am using a jface dialog, and now i am facing a problem where no matter which window you open this dialog will appear on top of that. So i n开发者_开发百科eed to hide or show it such that it should come only on its parent window, not on all the windows.
Make sure you are passing the correct window as the parent shell to the dialog.
精彩评论