| ||||||||||
There are pre-defined colors, but they're in a separate library. Ask me about this in class and I'll show you how to do it. Mark Guzdial |
I've seen this last semester. Is your .java file in your java-source director, and do you have only ONE java-source directory specified in your DrJava preferences (your "classpath")? I saw this happen when people had multiple java-source directory and tried to compile their .java file in a completely different directory – Java ran out of memory trying to get it to all work. Mark Guzdial |
You don't have to, Krista. Just turn in the Picture.java file. (Be sure not to turn in the Picture.~java file – that's the backup that DrJava creates for you.) Mark Guzdial |
Nope. It should work on the picture "this." It shouldn't create a new picture, nor use FileChooser to find one. Mark Guzdial |