new tabs graphics, new colors, horizontally aligned toolbar

This commit is contained in:
benfry
2005-03-31 07:03:54 +00:00
parent d9dc850322
commit 733ff72e6b
17 changed files with 139 additions and 93 deletions

View File

@@ -532,9 +532,9 @@ public class PApplet extends Applet
setBounds((winW - width)/2,
insets.top + ((winH - insets.top - insets.bottom) - height)/2,
winW, winH);
} else {
//} else {
//System.out.println("frame was null");
setBounds(0, 0, width, height);
//setBounds(0, 0, width, height);
}
}