Java Reference
In-Depth Information
Figure 11-2. GUI of SMSMIDlet
The code for SMSMIDlet is shown in Listing 11-1.
Listing 11-1. A MIDlet to Send and Receive SMS Messages—SMSMIDlet
import javax.microedition.midlet.*;
import javax.microedition.io.*;
import javax.microedition.lcdui.*;
import javax.wireless.messaging.*;
import java.io.IOException;
Search WWH ::




Custom Search