runtimeex handling, more revisions info

This commit is contained in:
benfry
2005-02-28 20:01:51 +00:00
parent 0c04328471
commit b2ad916054
5 changed files with 37 additions and 2 deletions

View File

@@ -362,7 +362,9 @@ public class PdeRuntime implements PdeMessageConsumer {
public void message(String s) {
if (s.trim().length() == 0) return;
//System.out.println("M" + s.length() + ":" + s);
// this is PApplet sending a message (via System.out.println)
// that signals that the applet has been quit.
if (s.indexOf(PApplet.EXTERNAL_QUIT) == 0) {