}
private static void showFormsView() {
syncExec(new VoidResult() {
public void run() {
IWorkbenchWindow window = new WorkbenchContentsFinder().activeWorkbenchWindow();
try {
window.getActivePage().showView("org.eclipse.ui.forms.examples.views.FormView");
ActionFactory.MAXIMIZE.create(window).run();
} catch (PartInitException e) {
throw new RuntimeException(e);