开发者

Swing Animations: is there a GUI library animation like jquery (javascript) but for java?

开发者 https://www.devze.com 2023-02-19 15:46 出处:网络
Is there a library available to animate and make java GUI look nice, with animations and transitions like j开发者_StackOverflowquery does?

Is there a library available to animate and make java GUI look nice, with animations and transitions like j开发者_StackOverflowquery does?

something like css hover, make a panel animate, round the corners of panels so that they look more sophisticated... etc. etc.

So far my exploration has taken me to try java css by Ethan Nicholson, which appears to have been discontinued from the java.net site? and does not appear to have been loaded anywhere else.

And then there is the Chet Haase work on the timing framework for animating swing, and other nice stuff using the SwingX framework.

Anyone got any advice on an open source animation library specifically designed for swing components? Or am I dreaming and should I be hauling out the wallet to pay for someone else's hard labour?


Kirill Grouchnikov created an excellent animation library called Trident. More information can be found at http://kenai.com/projects/trident/pages/Home

0

精彩评论

暂无评论...
验证码 换一张
取 消