proper privacy attributes added

svn: r2670
This commit is contained in:
Matthias Felleisen 2006-04-13 17:00:36 +00:00
parent 0fab8bfa20
commit ec58a2e183

View File

@ -2,10 +2,10 @@ package draw;
public abstract class World {
public Canvas theCanvas = new Canvas();
protected Canvas theCanvas = new Canvas();
public native boolean bigBang(int width, int height, double s);
public native boolean endOfTime();
public native World endOfWorld();