Post your Comment
J2ME Icon MIDlet Example J2ME Icon MIDlet Example In this example we are going to create icon list of different... element and an array of image element. In the Icon MIDlet class we are creating
Image Icon Using Canvas Example Image Icon Using Canvas Example This example is used to create the Image on different location using Canvas class. In this example to create the image we are using
Audio MIDlet Example Audio MIDlet Example This example illustrates how to play audio songs in your mobile application by creating a MIDlet. In the application we have created
Immutable Image MIDlet Example Immutable Image MIDlet Example This is the immutable image example, which shows how to create a immutable image in MIDlet. In this example we are creating
Text MIDlet Example Text MIDlet Example With the help of text midlet example, we are going to show text using..., that are used in the example... int width = getWidth
Creating Midlet Application For Login in J2ME Creating MIDlet Application For Login in J2ME This example show to create the MIDlet... TextField Ticker In this example we will create a MIDlet
iPhone Application Icon iPhone Application Icon The example will illustrate how to add an icon on the iPhone application in Xcode. Before adding the application icon in iPhone make sure that the icon size is 57x57 and it should be a png one. To get
How to make a home icon, make a home icon, home icon How to make a home icon This example is very useful to make a home icon, it is used... as here. This is your final home icon. Look here  
How to make a folder icon, make a folder icon, folder icon How to make a folder icon The folder is used in the computer, this example will teach you to design technique of the folder. New File: Take a new file as your folder
Show Icon Displayer Show Icon Displayer In this section, you will studied how to display a single icon one.... To display the icon, we have defined an image. The class ImageIcon is responsible
Get Help MIDlet Example 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
Media MIDlet Example Media MIDlet Example Creating more then one player in a MIDlet, Here we have... with object 'key' and object 'value' which maps the keys to value. In this example we
Java error icon Java error icon JOptionPane's icon support specify icon to which the dialog displays. We can use four standard icon using JOptionPane icons like
Setting an Icon for a Frame in Java Setting an Icon for a Frame in Java  ... an icon for the frame in Java Swing. This program helps us to set the icon (image) on the title bar of the frame. When you open frame or window the icon
Setting the Icon for the frame in Java Setting the Icon for the frame in Java  ... the icon of the frame. This program is the detailed illustration to set the icon... is used to display as frame icon. Toolkit class is used to bind the various
Setting icon on the button in Java Setting icon on the button in Java This section illustrates you how to show the icon...(Icon): Above method sets the specified Icon on the button. ImagIcon(String image
Date Field Midlet Example Date Field MIDlet Example This example illustrates how to insert date field in your form. We...;extends MIDlet{ private Form form; private 
J2ME Timer MIDlet Example J2ME Timer MIDlet Example This Example shows how to use of timer class. In this example we...;new Form("Timer Example"); exit = new 
Rectangle Canvas MIDlet Example Rectangle Canvas MIDlet Example The example illustrates how to draw the different types of rectangle in J2ME. We have created CanvasRectangle class in this example
Graphics MIDlet Example of graphics in J2ME we use MIDlet's. In the example we have created PacerCanvas class... Graphics MIDlet Example This is the another graphic example, where we are going to draw
Ring Tones MIDlet Example Ring Tones MIDlet Example In this example only two Ring Tones are created using Player class. Find the given methods that are used in player class
Arc MIDlet Example Arc MIDlet Example In the previous draw arc example, we have explained how to draw an arch on the screen. But in this example we are going to show how to draw arc
Line Canvas MIDlet Example Line Canvas MIDlet Example In this example, we are going to draw to different lines which cross...;Crossline extends MIDlet{ private Display display
Co-ordinates MIDlet Example Co-Ordinates MIDlet Example In this example the CoordinatesCanvas class extends the Canvas...;javax.microedition.lcdui.*; public class Coordinates extends MIDlet
Command Midlet Example J2ME Button MIDlet This example illustrates how to create command button in your form... SCREEN STOP For more, see the following example: If user select the 'BACK
Phone Book Midlet Example J2ME Contact List This Example goes to create a Phone Book MIDlet This example illustrates how to create your phone book. In this example we are taking three SCREEN
Check Box Midlet Example J2ME CheckBox ChoiceGroup MIDlet This example illustrates how to create check boxes in to your form. In this example we are creating a Form("
Navigation Tree icon and labels in AdvancedDataGrid Navigation Tree icon and labels in AdvancedDataGrid in Flex4: In this example you can see how we can change the label and icon of the navigation tree in AdvancedDataGrid control. You can use the style property for change the icon
Customize the Icon in a JCheckBox Component of Java Swing Customize the Icon in a JCheckBox Component of Java Swing... to customize the icon in a check box component. That means any icon can be shown where the checked or unchecked box of the check box is situated. The specified icon
Post your Comment