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 wher开发者_开发技巧e to find some tutorials about it .
thanks.
If you are looking for add ons to the Java Swing libraries, you can check out SwingX
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 :)
How about Filthy Rich Clients?
精彩评论