helllo
i want some the example of the game that explaine how can i developpe such as of the picture in java mobile
helllo
i want some the example of the game that explaine how can i developpe such as of the picture in java mobile
Java 2 Micro Edition (J2ME) combines a resource-constrained JVM and a set of Java APIs for developing applications for mobile devices. Java Platform, Micro Edition (Java ME), the version of the Java language that’s optimised for mobile applications, is the most widely available run time environment for mobile devices.
Filtering the RGB Values in an Image :
Code:// Get image Image image = new ImageIcon("im.gif").getImage(); // Create the filter ImageFilter filter = new GetRedFilter(); FilteredImageSource filteredSrc = new FilteredImageSource(im.getSource(), filter); // Create the filtered image image = Toolkit.getDefaultToolkit().createImage(filteredSrc);
i want to developpe the game called arcade some of the pong see you this picture and i want somme help me to developpe this
thanks
Bookmarks