String editorArea = layout.getEditorArea();
layout.setEditorAreaVisible(false);
IFolderLayout left =
layout.createFolder("left", IPageLayout.LEFT, (float) 0.26, editorArea);
// left.addView(IIntiMapPageLayout.ID_RES_NAV);
left.addView("org.eclipse.ui.navigator.ProjectExplorer");
// layout.addView(IIntiMapPageLayout.ID_RES_NAV, IPageLayout.LEFT, 0.26f, editorArea);
// left.addView(IPageLayout.ID_OUTLINE);
// layout.addView(IPageLayout.ID_OUTLINE,IPageLayout.BOTTOM, 0.6f, IPageLayout.ID_RES_NAV);
// layout.addView(IPageLayout.ID_TASK_LIST,IPageLayout.BOTTOM, 0.6f, editorArea);
layout.addView(IPageLayout.ID_PROBLEM_VIEW ,IPageLayout.BOTTOM, 0.6f, editorArea);