[svn r396] a bit cleaning on backends and fixed a lot of jsf gui bugs
This commit is contained in:
parent
7ee4809086
commit
58347ef9fb
37 changed files with 1142 additions and 330 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue