Search |
||
Animation blueprints for SwingPosted by kirillcool on May 25, 2009 at 4:02 PM PDT
Over at Pushing Pixels i have ran the series on adding animations to enable rich interactivity expected from modern Swing applications. The code is part of the Onyx project which aims to provide blueprints for animated Swing applications powered by the Trident animation library, and the series has covered the following:
How can you run this code locally?
If all went right, you should see the main application running and displaying Sarah McLachlan albums as in this video: I hope you enjoyed this series. If you’re interested in adding rich animations to your Swing applications, you’re more than welcome to explore Trident and Onyx and report any bugs and missing features in the project forums and mailing lists. »
Related Topics >>
Java Desktop Comments
Comments are listed in date ascending order (oldest first)
Submitted by aleixmr on Thu, 2009-05-28 12:24.
Thannksss Kirill !!!!
What would happen to swing without you ?? really awesome !!! I will try to add trident to my projects !! :-)
Submitted by cowwoc on Thu, 2009-05-28 13:54.
Kirill,
I tried building Trident using Ant but ran into a bunch of SWT-related compilation errors. It would be really nice to be able to look at the Trident Javadoc without having to try to figure out the build process.
Gili
Submitted by kirillcool on Thu, 2009-05-28 14:40.
Gili,
There are no Javadocs yet - the partial documentation (the library itself is work in progress) is in the project Wiki. To build Trident with Ant, you'll need the matching platform SWT jars in the classpath - i do not intend to bundle them with Trident.
Thanks
Kirill
|
||
|
|