mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user