2
Fork 0

[svn r382] hacked jsf frontend working

This commit is contained in:
willemc 2009-08-11 20:31:29 +02:00
parent 37fdf22282
commit 9a605f177a
123 changed files with 7035 additions and 2418 deletions

View file

@ -58,6 +58,10 @@ public class SwingTest extends TestCase {
public void tearDown() throws Exception {
}
public void testNull() throws Exception {
assertEquals(true, true);
}
/*
public void testAll() throws Exception {
JFrame.setDefaultLookAndFeelDecorated(false);
@ -73,7 +77,7 @@ public class SwingTest extends TestCase {
public JFrame viewEntry(final VascEntry entry) throws Exception {
// get GUI
JFrame frame = new JFrame();
frame.setTitle("Vasc Test - Swing - "+entry.getHeaderName());
frame.setTitle("Vasc Test - Swing - "+entry.getName());
frame.setDefaultCloseOperation(JFrame.DISPOSE_ON_CLOSE);
frame.setLocationRelativeTo(null);