showForm()方法的实现

来源:百度知道 编辑:UC知道 时间:2024/05/11 21:12:46
showForm()方法可用于在设备屏幕上显示一个窗体组件,showForm()方法是如何实现的?
public void showform()
{
display disp=Graphics.getCurrent(this);?
=Display.getDisplay(this); ?
=Display.getCurrent(this); ?
=Graphics.getDisplay(this); ?
}
应该是哪个?

晕 这叫人怎么回答啊 showForm()咋看上去应该是自己写的方法

不知道是什么程序语言,不知道程序的代码
你什么都不说,叫人怎么解释啊

----------------------------------
display 这个类也不是内部类
getCurrent,getDisplay这些方法貌似都不是内部方法吧,对次程序语言不熟悉,我也不清楚了