Hi everyone.
One of my friends is working on a program to
test a LCD screen capability. In that program, some test screen
patterns (like some BMPs) are drawn on the screen and switch between these patterns with frequency of 120Hz or 240Hz, depending on the frame rate of the video card. My friend did it with DirectX. He said that the pattern must be write into VGA memory directly in order to catch the speed of the frame rate of the video card. However, DirectX is not a cross-platform library. I am now trying to complete this in
Java. Can Java complete this task?