X serial port

X   better message for PortInUseException (full explanation)
X   better message for when serial port code not available/not installed
This commit is contained in:
benfry
2002-11-19 08:44:37 +00:00
parent f12b2b45c3
commit 4fa553d250
5 changed files with 21 additions and 7 deletions
+2 -1
View File
@@ -11,8 +11,9 @@ public class KjcApplet extends BApplet {
public void run() {
try {
super.run();
} catch (Exception e) {
//System.out.println("ex found in run");
System.out.println("ex found in run");
//e.printStackTrace();
//engine.error(e);
engine.newMessage = true;