Hi. I have the midlet class like this in a.java
public class a extends MIDlet{
....
}
now i want to create a static method in this class for changing the current display. How do i do that?
Static Display k= new Display.getDisplay() gives an error
. Please dont just give me links.

