![]() 54
2.3.8.3.2 MIDlet Creation Using the Toolkit
If
the
developer
uses
J2ME
Wireless
Toolkit,
here
is
what
it
looks
the
Wireless
Toolkit
folder.
Figure 2. 22 Wireless Toolkit Folder Contents
The most important folder is
the apps and bin folder. The apps folder is the
directory to store all MIDlet created. The bin folder contains the executables of the
Toolkit.
Using
the
Toolkit
will
ease
the
development
steps.
The
developer
just
runs
KToolbar application, creates new project and specifies the MIDlet name, and set the
configuration. Inside the project folder, store the source code (.java file) in src folder, the
resource (i.e.
images)
in res
folder, the external
library or third party
library
in
lib
folder.
|