Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
com.sun.lwuit.Form.show()和 和有什么不一样com.sun.lwuit.Form.showBack()?我认为两者都是显示形式。我认为两者都是一样的。
com.sun.lwuit.Form.show()
com.sun.lwuit.Form.showBack()
如果您选择 form.Show() 表单将从显示的右侧滑入并移动到左侧(默认情况下。)
如果您选择 form.showBack(),表单将从显示屏的左侧滑入并移动到右侧(默认情况下。)
您也可以反转过渡方向。
在这里和这里你可以看到不同之处。showBack 也显示表单,但它反转了过渡的方向。
在我个人使用中,我用于Form.show()显示新表单,Form.showback()用于显示先前显示的表单,其中用户填充的数据作为缓存。
Form.show()
Form.showback()