Set the eclipse e4 application window to full screen size

How to determine in Application.e4xmithat I want my window to be the size of the entire available screen?
What values ​​should be added to Bounds(x,y,w,h) Trimmed Window?
I tried -1,-1,-1,-1, but it does not work.
Any ideas?

+5
source share
1 answer

Add the tag shellMaximizedto your extra tab TrimmedWindowas follows:

Screen shot

See the Eclipse 4 RCP - Tutorial by Lars Vogel for more details .

+9
source

All Articles