Radi
Radi

Reputation: 6584

swing gui improving

i am looking for some methods to improve swing gui for example i want to know about new components libraries , new methods to enhance swing performance , new methods to add special effect to swing gui and new plaf for swing .

please i want to know how to use this topics and where to find some tutorials about it .

thanks.

Upvotes: 0

Views: 647

Answers (3)

justkt
justkt

Reputation: 14766

How about Filthy Rich Clients?

Upvotes: 2

npinti
npinti

Reputation: 52185

If you are looking for add ons to the Java Swing libraries, you can check out SwingX

Upvotes: 3

ryf9059
ryf9059

Reputation: 739

There is a very good book called Swing Hack, I strongly recommend. It will teach you a lot cool stuff to improve swing looking.

p.s. override paintComponent(Graphics g) always works and gives you new ideal :)

Upvotes: 2

Related Questions