Differences

This shows you the differences between two versions of the page.

Link to this comparison view

resizeable_jface_dialog [2014/01/27 13:19]
resizeable_jface_dialog [2021/04/05 11:23] (current)
Line 1: Line 1:
 +====== Resizeable JFace Dialog ======
 +Add to in the constructor of the dialog:
  
 +  setShellStyle(getShellStyle() | SWT.RESIZE);
 +
 +Or overwrite ''isResizeable()''.
 +
 +{{tag>devel eclipse jface}}