make reflection work properly, other notes

This commit is contained in:
Ben Fry
2015-06-20 08:02:17 -04:00
parent 91c2407011
commit 03acfd909b
3 changed files with 8 additions and 4 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ public class ThinkDifferent {
}
static void setIconImage(Image image) {
static public void setIconImage(Image image) {
application.setDockIconImage(image);
}
}
+5 -3
View File
@@ -31,6 +31,10 @@ X draw() executes twice when noLoop() called in setup()
X https://github.com/processing/processing/issues/3310
X broken since 3.0a7, but not in 3.0a5
threading headaches
X sketch not always showing with empty draw()
X https://github.com/processing/processing/issues/3363
cleaning
o possible addition for 'implementation' variable
X http://code.google.com/p/processing/issues/detail?id=281
@@ -90,12 +94,10 @@ _ removeNotify(), addNotify(), setUndecorated(boolean)
X setting menubar will be surface-specific
X setLocation(int, int) and setSize(int, int)
_ add the "don't use this" warning to the JFrame in PSurfaceAWT
_ static mode broken with Java2D on Windows and Linux
X static mode broken with Java2D on Windows and Linux
_ https://github.com/processing/processing/issues/3315
_ sketch sometimes doesn't show with noLoop() on Linux
_ https://github.com/processing/processing/issues/3316
_ sketch not always showing with empty draw()
_ https://github.com/processing/processing/issues/3363
_ Window never shows with exported application on 64-bit Linux
_ https://github.com/processing/processing/issues/3303
+2
View File
@@ -46,6 +46,8 @@ _ 2.x vs 3.x sketchbook battle (part of the welcome screen item)
_ if a v2 sketchbook already exists, show a prompt to choose either creating a new Processing 3 sketch folder or use the existing v2 one, plus a link to GitHub wiki page with details
_ send list of installed Libraries, Modes, Tools, and Examples on update
_ https://github.com/processing/processing/issues/3365
_ processing-java command line mode not working on Mac
_ https://github.com/processing/processing/issues/3409
gui