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.
我有一个Jframe包含一个JLabel我用来显示图像作为背景的Jframe. 该图像的路径JavaBean是不断变化的,这是由另一个类文件控制的。我需要JFrame每秒重新加载以使JLabel图像保持最新。
Jframe
JLabel
JavaBean
JFrame
我已经研究过使用计时器来刷新JFrame但我不知道如何实现它。
很抱歉,我无法发布我所做的任何尝试,因为我真的不知道如何利用时间重新加载JFrame.
谢谢