I have a Java application that uses JDBC (via JPA) that was connecting to a development database using hostname, port and Oracle SID, like this:
I only want a method to activate if the pixel that is clicked is white. How woul开发者_开发问答d I implement this? Trying to look for a method that returns the colour at a coord, but I can\'t find one