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.
我想知道如果我用机器人模拟它,为什么 JButton 在鼠标按下后不显示“按下”状态。MouseEvents JButton 接收完全相同,但结果不同。有谁知道为什么?
问题是(像往常一样)我使用了 EDT。只需将其放在另一个线程中即可。