Java ME 中刷新表单
我正在开发一个 Java ME
应用程序,在这里我想在特定的时间间隔刷新我的表单。我已尝试使用 TimerTask 再次重新显示表单&再次。它工作正常,但我认为它会消耗内存。那么有没有其他方法可以刷新表单。
I am Developing a Java ME
Application, Here I want refresh my Form on a particular time interval. I have tried TimerTask
to re-showing the Form again & again. It works fine, but I think it consumes Memory. So is there any other way to Refresh Form.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
通过刷新,如果您的意思是遵循以下内容,那么就不需要
每次要刷新表单时 Display.setCurrent() 。
By refreshing, If you mean following things, then there is no need of
Display.setCurrent() every time you want to refresh form.