You will be pleased to know that I have solved my issues withfinding a pixels color @ a specific x,y coordinate. for anyone whosinterested I used "BufferedImage" instead of "Image". BufferedImagehas the most useful getRGB(int x, int y) method!