|
|
|
J2EE
|
Application Server
An application server is an application program that accepts connections in order to service requests, by sending back responses.
View Rating |
|
|
J2EE
|
J2ME Draw Triangle
As you already aware of the canvas class and it's use in J2ME application, we are using canvas class to draw the triangle on the screen.
View Rating |
|
|
J2EE
|
Text MIDlet Example
With the help of text midlet example, we are going to show text using canvas class at different locations on the screen. Given are the methods, that are used in the example...
View Rating |
|
|
J2EE
|
Text Field Midlet Example
This example illustrates how to insert text field in your form. We are using here two TextField (name and company). We are taking both TextField variable in to the constructor (TextFieldExample) of the class.
View Rating |
|
|