Set the window of an eclipse e4 application to have the whole screen size

谁都会走 提交于 2020-01-02 03:49:04

问题


How do I define in the Application.e4xmi that I want my window to have as size the whole available screen?
What values should we add to the Bounds(x,y,w,h) of the Trimmed Window?
I tried -1,-1,-1,-1 but it does not work.
Any ideas?


回答1:


Add the tag shellMaximized to the supplementary tab of your TrimmedWindow like this:

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



来源:https://stackoverflow.com/questions/12543858/set-the-window-of-an-eclipse-e4-application-to-have-the-whole-screen-size

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!