Top "Lcdui" questions

user interface package in Java ME MIDP API

how to install javax.microedition.lcdui package into Netbeans

I am using NetBeans 6.9.1. When I try to import javax.microedition.lcdui.Command; import javax.microedition.lcdui.CommandListener; import javax.…

java netbeans java-me midp lcdui
Loading image in Java J2ME

I have a problem with loading image with java 2ME. I have a image file "picture.png" in location drive "…

java java-me midp lcdui
How do I add button in J2ME?

I was wondering, how do I add a button in a form? Below is my code form = new Form("ePolicia …

java-me midp lcdui
Java ME - Multiple forms, moving from one screen to the next

I am using Java Micro Edition and I am trying to create a simple login form with a record store. …

java-me midp lcdui