Articles tagged with: Code
MIDP: Create a screen buffer
height = getHeight(); width = getWidth(); buf = Image.createImage(width, height); See also Jason Slater Weblog
Daily Technology News, Tips, and Reviews |
Technology Feed |
Twitter | Thursday 2nd September 2010
height = getHeight(); width = getWidth(); buf = Image.createImage(width, height); See also Jason Slater Weblog