|
|
|
General
|
Input From Console
The Console Class inherits from Java.io.console and implements flushable interface. The Input from Console is used to access the character -based console device associated with the current Java virtual machine.
View Rating |
|
|
General
|
Get Last Day of The Month
Calendar class inherits from Java.util.calendar.Calendar is base abstract class, that is used for converting between a Date object and a set of integer fields such as YEAR, MONTH, DAY, HOUR.
View Rating |
|
|
General
|
Get Help MIDlet Example
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".
View Rating |
|
|
General
|
Media MIDlet Example
Creating more then one player in a MIDlet, Here we have created an 'item' object for Hashtable and put all 'wav' file in this table with object 'key' and object 'value' which maps the keys to value.
View Rating |
|
|
General
|
Pointer Example
This type of example is basically used in touch screen technology, here we are trying to create a pointer which location is based on the screen touch pointer. The source code for this small example of touch screen application.
View Rating |
|
|