python runs, but doesn't quit

This commit is contained in:
benfry
2001-07-26 20:20:31 +00:00
parent b97d0bf9d0
commit f5eb3b5b37
4 changed files with 8 additions and 111 deletions

View File

@@ -7,18 +7,18 @@ import java.util.*;
public class ProcessingApplet extends Applet
implements BagelConstants, Runnable,
MouseListener, MouseMotionListener, KeyListener {
Bagel g;
public Bagel g;
int mouseX, mouseY;
boolean mousePressed;
public int mouseX, mouseY;
public boolean mousePressed;
boolean mousePressedBriefly;
int key;
boolean keyPressed;
public int key;
public boolean keyPressed;
boolean keyPressedBriefly;
boolean timing;
int millis;
public int millis;
long actualMillis;
long millisOffset;
Calendar calendar;