View Single Post
  #2 (permalink)  
Old 06-07-2007, 07:29 AM
Marcus Marcus is offline
Member
 
Join Date: Jun 2007
Posts: 92
Marcus is on a distinguished road
RE: Some form to read pixels in Java and to handle Another plate VGA?
First to determine the color of a pixel check the class java.awt.Robot

But indeed the method getPixelColor(int x, int and)
Second, check this, SQLJava (sdljava Homepage (Java Binding to SDL) (16-Sep-2005)). It is a library for the development of games in java. perhaps the video functions that provide serve you for which these looking for.

Marcus
Reply With Quote