sketchbook now running sort of

This commit is contained in:
benfry
2002-07-03 14:17:38 +00:00
parent 441535c16b
commit 1fb214c377
4 changed files with 129 additions and 75 deletions

View File

@@ -152,7 +152,7 @@ public class PdeEditorHeader extends Panel /* implements ActionListener*/ {
g.setColor(backgroundColor);
g.fillRect(0, 0, imageW, imageH);
boolean boringUser = user.equals("default");
boolean boringUser = editor.userName.equals("default");
g.setColor(secondaryColor);
g.drawString(SKETCH_TITLER, sketchTitleLeft, baseline);