This example illustrates how to take help from any other text file which is
stored in res folder in your midlet. In this example we are creating a
form which name is "New Form". In this form we will add two buttons
that are "Help" and "Exit". The "Exit"
button is used to Exit from current window, but the "Help"
button is used to call helpDATA() function.
In this function we get the text from help.txt file and stored it in a
buffer like below:
private String helpDATA(){
|
The Application is as follows:


A Complete Source Code of GetHelp.java
import java.io.*;
|
|
Recommend the tutorial |

Ask Questions? Discuss: Get Help MIDlet Example
Post your Comment