Results 1 to 4 of 4

Thread: example of the code the java mobile

  1. #1
    Join Date
    Nov 2008
    Posts
    25

    example of the code the 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

  2. #2
    Join Date
    Feb 2008
    Posts
    1,852

    Re: example of the code the 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.

  3. #3
    Join Date
    Jan 2009
    Posts
    199

    Re: example of the code the java mobile

    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);

  4. #4
    Join Date
    Nov 2008
    Posts
    25

    Re: example of the code the java mobile

    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

Similar Threads

  1. help me to understand java code (calendar java code) ?
    By so0oma in forum Software Development
    Replies: 2
    Last Post: 10-01-2011, 12:01 AM
  2. help with java code
    By unikshegz in forum Software Development
    Replies: 2
    Last Post: 24-10-2010, 02:47 PM
  3. Use Java code in PHP
    By Gajendra1 in forum Software Development
    Replies: 6
    Last Post: 12-08-2010, 10:18 AM
  4. Java code for button
    By Owen Fernandes in forum Software Development
    Replies: 5
    Last Post: 06-01-2010, 02:39 PM
  5. Need Explanation for java code
    By javainfo in forum Software Development
    Replies: 2
    Last Post: 10-12-2009, 01:56 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,751,475,953.90261 seconds with 16 queries