I am not quite how to word this, but can we give an integer value to each pixel in Java drawing window? What I want to do is to give an integer value to each pixel and use a for-loop to go through each pixel and mark the pixels with say the value greater than 10. I will be using this to simulate a social environment in Java.
Thanks for your help.