How to make SWT/JFace dialogs which show similar behaviour(layouts) under all window resolutions
问题 The JFace Dialogs I have created show difference in layouts under different resolutions.How to create dialog in JFace or SWT which show same layout under all resolutions just like the dialogs used in Eclipse. i mean that on changing the screen resolution to 800x600 pixels and choosing extra large fonts the layout of the dialog gets disturbed which is not the case with Eclipse IDE dialogs.Just check out the screenshot of my dialog. 回答1: Ok, based on the discussion in chat, it seems like the