如何使用 SwingWorker(外部类)触发对话框
我一直在努力熟悉 Java 中 SwingWorkers 的使用。是否可以在 SwingWorker 的处理方法中从 GUI 触发显示对话框?
I've been trying to familiarize myself with the use of SwingWorkers in Java. Is it possible to trigger a dialogue box to display from the GUI within a SwingWorker's process method?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您的意思是:
a) doInBackground() 内部,
b) did() 内部,
c) 或 get() 外部?
If you mean:
a) inside doInBackground(),
b) inside done(),
c) or outside get()?
是的,可以通过实现 PropertyChangeListener() ,有两种实现(避免方法的错误实现)
yes is that possible by implements PropertyChangeListener(), there are two implementations (to avoids wrong implementations of methods)