Search code examples
javaswinganimationloadingjlabel

Java Swing Loading Animation


I Would like to realize the following loading animation with java swing :

enter image description here

The circle has to spin clockwise.

What would be the best way to make it ?

Thank you very much.


Solution

  • You can use the Animated Icon class to create your own animation using your existing icon.