Java Swing Loading Animation
问题 I Would like to realize the following loading animation with java swing : The circle has to spin clockwise. What would be the best way to make it ? Thank you very much. 回答1: You can use the Animated Icon class to create your own animation using your existing icon. 回答2: Just use an ImageIcon and an animated gif. see setImageObserver in ImageIcon. Loading icons can be made using a variety of online generators such as AjaxLoad. 回答3: Hopefully it's not too late for this. I managed to get the