I've used this 'LoadingCircle' project in .net applications. Is there an equivalent component that provides a loading circle for Swing? Are there any other loading indicators available for Swing.
|
feedback
|
|
SwingLabs has a JXBusyLabel - and there's a WebStart demo available. | |||
|
feedback
|
|
An implementation of an infinite (circular) progress bar in Swing is available here: http://www.jroller.com/gfx/date/20050215 Swing provides standard rectangular progress bars as well: http://java.sun.com/docs/books/tutorial/uiswing/components/progress.html | |||||
feedback
|
|
There is also:
| ||||
|
feedback
|
|
Although this post is old, just in case anyone stubbles on this post, Java7 now has support for an animating spinner by using JLayer class: http://docs.oracle.com/javase/tutorial/uiswing/misc/jlayer.html#animating | |||
|
feedback
|