使用计时器增加 JTextField 中的值

发布于 2024-11-05 06:13:07 字数 45 浏览 2 评论 0原文

如何制作一个计时器来增加 JFormattedTextField 中的时间?

How do I go about making a timer that will increment the time in a JFormattedTextField?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

一世旳自豪 2024-11-12 06:13:07

看看 http://download.oracle.com/javase /6/docs/api/javax/swing/Timer.html

这使您可以在 Swing 事件线程中以指定的延迟重复执行 ActionListener。

只需从文本字段获取和设置值。

编辑:不是 Runnable 而是 ActionListener

Look at http://download.oracle.com/javase/6/docs/api/javax/swing/Timer.html

This lets you execute an ActionListener repeatedly in the Swing event thread with a specified delay.

The just get and set the value from the textfield.

Edit: not a Runnable but an ActionListener

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文