Adding animation/transitions to Java Swing containers

前端 未结 2 1803
花落未央
花落未央 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:15

    I can think of two animation libraries that would be capable of producing the effect you're after, but you'll have to do the work of getting the transition to actually work

    • TimingFramework
    • Trident

    You should also check out:

    http://weblogs.java.net/blog/kirillcool/archive/2007/04/who_doesnt_want.html

    For a possible implementation

    I'd also suggest checking out http://filthyrichclients.org/ for further insights

提交回复
热议问题