What happens with this sequence:

int newVal = ...
image.setRGB(x, y, newVal);
int newVal2 = image.getRGB(x,y);
System.out.println(newVal == newVal2);

Does it print false?
[Message sent by forum member 'kirillcool' (kirillcool)]

http://forums.java.net/jive/thread.jspa?messageID=325883

===========================================================================
To unsubscribe, send email to lists...@java.sun.com and include in the body
of the message "signoff JAVA2D-INTEREST".  For general help, send email to
lists...@java.sun.com and include in the body of the message "help".

Reply via email to