[svn r368] updated maven names
This commit is contained in:
parent
818ed10649
commit
a9520b3804
11 changed files with 365 additions and 174 deletions
|
|
@ -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();
|
||||
|
||||
*/
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue