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.
我正在为我的摇摆组件使用 JGoodies 绑定。我的程序中有一个要求很高的实时显示,当打开 JGoodies 绑定时,它不会在视觉上更新。有没有办法让绑定不占用 EDT 线程?
不,绑定几乎肯定不是您的问题的原因 - 它们所做的只是连接事物。如果确实执行花费了大量时间来触发绑定事件,那么您应该弄清楚是什么触发了这些事件。
我建议在分析器中运行您的程序,以查看代码中 CPU 的使用位置(如果您看到高 CPU)。