You can run this example on your mobile phone by visiting the WAP site
lemonade.e-marson.com and choosing 'Hello World!'.
SCENARIO
Let's start with the obligatory example of all tutorials.
We want to deliver a MIDlet that displays a screen that says
"Hello World!" and has one action called "Exit" which closes the application.
INSTRUCTIONS AND LINKS DIAGRAM
We need two Bluelemon instruction.
The first displays a screen with the "Hello World!" message.
The other is activated by the user. When he or she presses the
button labelled "Exit", the application closes.
NODES DIAGRAM
We will use wrapping:
we will place a whole instruction inside the other.
The user downloads the MIDlet onto the mobile phone and the installer is
executed when the MIDlet is first run. The installer writes the instruction
A to the node STARTUP_INSTRUCTION
at "permanent" location and then executes that node.