Adding animation/transitions to Java Swing containers

前端 未结 2 1805
花落未央
花落未央 2021-02-09 00:48

I just wanted to know if there are Java libraries that allow for smooth transitions between Java Swing Containers.

Suppose I have a Java GUI application with a single JF

2条回答
  •  既然无缘
    2021-02-09 01:01

    Something like that?

    enter image description here

    I had the same need: smooth transitions and animations of components, panels and screens in my app, to create a fancy UI. Since I once made an animation engine (Universal Tween Engine) for java, I quickly setup a very small and easy-to-use library to create such animations in swing UIs, the SlidingLayout library.

    If that's what you're looking for, there is a dedicated forum in case you need help to setup the lib in your project.

提交回复
热议问题