2
0
Fork 0

[svn r368] updated maven names

This commit is contained in:
willemc 2008-12-07 19:26:44 +01:00
parent 818ed10649
commit a9520b3804
11 changed files with 365 additions and 174 deletions

View file

@ -29,9 +29,6 @@ package com.idcanet.vasc;
import java.io.InputStream;
import java.util.logging.LogManager;
import org.eclipse.swt.widgets.Display;
import org.eclipse.swt.widgets.Shell;
import com.idcanet.vasc.frontends.swt.SwtVascFrontend;
@ -60,6 +57,7 @@ public class SWTTest extends TestCase {
public void testAll() throws Exception {
// get GUI
/*
Display display = new Display();
Shell shell = new Shell(display);
shell.setText("Vasc Test - Swt");
@ -79,6 +77,8 @@ public class SWTTest extends TestCase {
}
}
display.dispose();
*/
}