Java
04-14-2010, 11:08 AM
Hello! I am having a bit of difficulty calling a function in my class Image. The point of the class is to generate a 2D array of Color instances, then do various things with it. Within my test code, my editor simply will not allow me to call any methods that are not fixed to static. Here is the...