I am currently trying to maximize a JFace Dialog programmatically.
Usually calling setMaximized(true) on the parentShell of the Dialog would be sufficient to achieve this.
However, it does not work for my Dialog. Maximizing it manually using the window buttons works.
Does anybody have an idea how to do it?