Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这可能吗,我似乎无法找到一种方法来做到这一点。
您需要将外壳状态设置为最大化。这应该有效。
WorkbenchWindowAdvisor.postWindowOpen() { getWindowConfigurer().getWindow().getShell().setMaximized(maximized) }
还有一种方法可以将 Shell 设置为全屏。
Shell.class public void setFullScreen (boolean fullScreen)