Results 1 to 5 of 5

Thread: How to Create Button using J2ME Programming?

  1. #1
    Join Date
    Aug 2006
    Posts
    162

    How to Create Button using J2ME Programming?

    I am very new to the J2ME programming language. I have to create a button using the J2ME. So I thought to paste it here, so that I could get some help from you guys. Please provide me the code of creating the button in J2ME. Also if possible tell me more about the J2ME programming language as I don't know much about it. Hope that guys out there will help me soon..!!
    Processor: AMD Athlon(tm) 64 X2 Dual Core @ ~2.2 GHz
    Memory: 1024MB RAM
    Hard Drive: 200 GB
    Video Card: RADEON X300/X550 Series

  2. #2
    Join Date
    Apr 2008
    Posts
    1,948

    Re: How to Create Button using J2ME Programming?

    Three important concepts of the Java 2 Micro Edition (J2ME) are :
    Profiles, Configurations and the Optional Packages. For writing the J2ME application you will have to understand the concepts of three things mentioned above. Because these things determine the features of Java that you can use, which application programming interfaces (APIs) are available, and how your applications are packaged.
    • Profile - A profile adds domain-specific classes to support specific uses of a device and to add a configuration to fill in missing functionality. The device must meet the minimum requirements of the underlying configuration, if you want to use a profile.
    • Configuration - The configuration consists of three things and it is a complete Java runtime environment, three things are :
      1. Native code to interface to the underlying system.
      2. A Java virtual machine (VM) to execute Java bytecode.
      3. A set of core Java runtime classes.
    • Optional Package - An optional package is a set of APIs in support of additional, common behaviors. All this things don't really belong in one specific configuration or profile.

  3. #3
    Join Date
    Mar 2008
    Posts
    672

    Re: How to Create Button using J2ME Programming?

    Since you are new to the J2ME Programming, I thought that providing the features of J2ME will be better. Because before doing the coding you should know all the core things and the features of the programming language that you are going to do the coding. So here are some features of the J2ME :
    • Syntax highlighting for Java source.
    • Code Folding : The java editor supports code folding for methods and classes.
    • Professional IDE with Java Editor and Help.
    • Advanced Code Completion and the Code Snippets.
    • Code Templates and Code Assistance will save a time.
    • No need to change to code, when Languages are added.
    • Images available to any application object.

  4. #4
    Join Date
    Mar 2008
    Posts
    349

    Re: How to Create Button using J2ME Programming?

    There are two ways to create the Button using J2ME Programming :
    • You can develop a CustomItem and use it with the rest of the high-level (Form-based) UI, this method can be used if you are using MIDP v2.
    • Override appropriate key event handler methods in Canvas class to handle click events after drawing a button on the Canvas.
    You can create a String ITem of BUTTON type if you are using the MIDP 2.0. It will look similar like a button on Sony Ericsson P900.
    Hope that this will help you to create a button in J2ME.

  5. #5
    Join Date
    Nov 2008
    Posts
    996

    Re: How to Create Button using J2ME Programming?

    A family of APIs which specify application platforms that are typically implemented by embedded or handheld devices are the J2ME (Java 2 Micro Edition). Devices like PDAs (Personal Digital Assistants) and the high-end mobile phones are included in the Handheld devices. When the terms memory capacity and I/O capabilities comes, these platforms are typically limited. The main advantage of them are that they can transfer data over low bandwidth, intermittent wireless connections. The Software Development Kit (SDK) includes the following Kits :
    • RIM SDK
    • Motorola SDK
    • Java SDK

Similar Threads

  1. Create a Text File with J2ME
    By Bricklayer in forum Software Development
    Replies: 4
    Last Post: 19-07-2010, 11:30 AM
  2. Create radio button
    By Linux-Us in forum Software Development
    Replies: 3
    Last Post: 24-11-2009, 02:58 PM
  3. Replies: 0
    Last Post: 07-03-2009, 01:39 PM
  4. Create a Button on the desktop
    By Benjycool in forum Customize Desktop
    Replies: 5
    Last Post: 06-03-2009, 11:15 AM
  5. Multimedia Keyboard programming the button
    By Mason in forum Hardware Peripherals
    Replies: 2
    Last Post: 29-09-2008, 03:20 PM

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,713,520,180.26582 seconds with 17 queries