Form support Display

i have a class extens from Form.

I wanna display something from this class like the following: Display.getDisplay(this).setCurrent(.....);

so i am getting the following error : getDisplay(javax.microedition.midlet.MIDlet) in javax.microedition.lcdui.Display cannot be applied to ( "the class that i am using").

So Form support Display or not.

[367 byte] By [hooopoea] at [2007-10-2 5:00:35]
# 1
Display.getDisplay(this).setCurrent(.....);"this" needs to be a class extends from MIDlet.
turbohora at 2007-7-16 1:04:30 > top of Java-index,Java Mobility Forums,Java ME Technologies...