get out if initialization failed

This commit is contained in:
Brian Matzon 2004-12-13 06:26:23 +00:00
parent 8419537ef7
commit 64fbbb24ac
1 changed files with 1 additions and 0 deletions

View File

@ -109,6 +109,7 @@ public class HWCursorTest {
} catch (Exception e) {
e.printStackTrace();
System.exit(-1);
}
}