fix missing resize image

This commit is contained in:
benfry
2011-03-06 23:34:17 +00:00
parent 67dd049b90
commit 40131d2264
2 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ public class EditorLineStatus extends JComponent {
high = mode.getInteger("linestatus.height");
if (Base.isMacOS()) {
resize = mode.loadImage("resize.gif");
resize = mode.loadImage("theme/resize.gif");
}
}
+7 -7
View File
@@ -95,21 +95,18 @@ X 'book' examples will be another category
X i'll add vida examples, can offer to others if they want
X should be "Getting Started" not GettingStarted
X window that opens and contains list of examples
_ examples button on toolbar?
_ also, move open to a submenu?
_ then we'd have open / recent / sketchbook
regressions
X test code folder on desktop
X with applet
X with application
_ test controlp5 on app
_ test controlp5 on applet
_ test code folder on android
X test controlp5 on app
X test controlp5 on applet
X test code folder on android
X resize image not shown in lower-right of window
_ test libraries on android
_ test opengl on android
_ test .java files on desktop version
_ resize image not shown in lower-right of window
_ from jer: 'unexpected token void' for any type of error
_ (due to fallback in preprocessor)
@@ -118,6 +115,9 @@ _ http://code.google.com/p/processing/issues/detail?id=551
_ untitled sketches not working properly
discuss w/ casey
_ examples button on toolbar? open / recent / sketchbook?
ugliness
_ inside AndroidPreprocessor
_ processing.mode.java.JavaBuild.scrubComments(sketch.getCode(0).getProgram())