JME: How to get the complete screen in WHITE without buttons, etc etc
- by Sepala
Please have a look at the following code
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
import javax.microedition.midlet.*;
import javax.microedition.lcdui.*;
/**
*/
public class Midlet extends MIDlet{
private Form f;
private Display d;
private Command start,stop;
private…