1 package com.generalrobotix.ui.grxui;
3 import org.eclipse.core.runtime.IPlatformRunnable;
4 import org.eclipse.swt.widgets.Display;
5 import org.eclipse.ui.PlatformUI;
9 public Object
run(Object args)
throws Exception {
10 Display display = PlatformUI.createDisplay();
13 if (returnCode == PlatformUI.RETURN_RESTART) {
14 return IPlatformRunnable.EXIT_RESTART;
16 return IPlatformRunnable.EXIT_OK;