标签:io os on ad window app ca c shell
ApplicationWorkbenchWindowAdvisor:
@Override
	public void postWindowOpen() {
		IWorkbenchWindowConfigurer configurer = getWindowConfigurer();
		configurer.getWindow().getShell().setMaximized(true);
		super.postWindowOpen();
	}
标签:io os on ad window app ca c shell
原文地址:http://www.cnblogs.com/mr-boy/p/4063488.html