[Solved] Java – What’s the most efficient way of drawing large number of pixels on the screen
The process of showing an image in memory to the screen-buffer is done deep inside the Java API by a process called blitting. The details differ between the type of image you use and even between Java versions. Images in Java can be ‘accelerated’ which means they can be anything between an image compatible with … Read more