2
0
Fork 0

[svn r396] a bit cleaning on backends and fixed a lot of jsf gui bugs

This commit is contained in:
willemc 2010-04-30 21:21:47 +02:00
parent 7ee4809086
commit 58347ef9fb
37 changed files with 1142 additions and 330 deletions

View file

@ -62,17 +62,21 @@ public class SwingTest extends TestCase {
assertEquals(true, true);
}
/*
public void testAll() throws Exception {
public static void main(String[] argu){
JFrame.setDefaultLookAndFeelDecorated(false);
try {
VascEntry entry = TestTable.getVascTable();
JFrame frame = viewEntry(entry);
SwingTest s = new SwingTest();
JFrame frame = s.viewEntry(entry);
while (frame.isVisible()) {
Thread.sleep(1000);
Thread.sleep(100000);
}
} catch (Exception e) {
e.printStackTrace();
}
}
*/
public JFrame viewEntry(final VascEntry entry) throws Exception {
// get GUI