Monday, December 3, 2007

Leopard-like toolbar buttons in Java Swing

Thanks to Java2D and Java 6 speed, it is easy and less-expensive to create modern User interfaces. Here is my attempt to create a "leopard", that is OS X 10.5 like buttons. This is fairly easy to create. For source you may check out my google project jSpent. (I haven't checked in the source for these yet. But soon I will, after some refactoring is done)

2 comments:

Suneth said...

Neat work! I am very much interested to know how you code the leopard buttons. Where can I have a look at your source?

Ranjith chandran, R said...

For source you may check out my google project jSpent. It is a UI delegate as ModernButtonUI