Java ME 中刷新表单

发布于 2024-12-20 09:36:44 字数 127 浏览 3 评论 0原文

我正在开发一个 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

誰認得朕 2024-12-27 09:36:44

通过刷新,如果您的意思是遵循以下内容,那么就不需要
每次要刷新表单时 Display.setCurrent() 。

  1. 在表单中添加项目
  2. 从表单中删除项目
  3. 为表单中的项目设置值。例如更新 StringItem 值

By refreshing, If you mean following things, then there is no need of
Display.setCurrent() every time you want to refresh form.

  1. Add item in Form
  2. Remove item from Form
  3. Setting a value to a item in the Form. e.g. update StringItem value
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文