Description: 这是一个经典实例演示如何应用 javax.microedition.lcdui包-This is a classic example of how to use presentation package javax.microedition.lcdui Platform: |
Size: 2048 |
Author:michael |
Hits:
Description: Learning Wireless Java is for Java developers who want to create applications for the
Micro Edition audience using the Connected, Limited Device Configuration and the
Mobile Information Device Profile (MIDP). These APIs specifically for devices such as
mobile phones and pagers, allowing programmers to create MIDlet applications. This
book offers a solid introduction to J2ME and MIDP, including the javax.microedition
classes, as well as classes surrounding the features of the various platforms that the J2ME
supports. Platform: |
Size: 1150976 |
Author:abc de |
Hits:
Description: 这是一个手机游戏,是学习J2ME的好例子。
主要讲了javax.microedition.lcdui
javax.microedition.lcdui.game 等的使用-This is a mobile game is a good example to learn J2ME. Major stresses, such as the use of javax.microedition.lcdui javax.microedition.lcdui.game Platform: |
Size: 360448 |
Author:boshaoai |
Hits:
Description: 一个用来调用CGI脚本的例子,是一个简单但是经典的MIDlet示例。-An example MIDlet to invoke a CGI script (GET method),Learning Wireless Java
Help for New J2ME Developers
By Qusay Mahmoud
*/
import java.io.*
import javax.microedition.io.*
import javax.microedition.lcdui.*
import javax.microedition.midlet.*
/**
* An example MIDlet to invoke a CGI script (GET method).
*/ Platform: |
Size: 1024 |
Author:dogdig |
Hits:
Description: This example illustrates how to play
audio songs in your mobile application
by creating a MIDlet. In the
application we have created a player
for an audio song by using of
javax.microedition.media API. As
you know we have already created two
player for two different songs and want
to play both song in an application at a
time. Platform: |
Size: 161792 |
Author:Samir Patel |
Hits: