This post originated from an RSS feed registered with Java Buzz
by Simon Brown.
Original Post: Building Native-Looking , Great-Feeling Applications with JFC
Feed Title: Simon Brown's weblog
Feed URL: http://www.simongbrown.com/blog/feed.xml?flavor=rss20&category=java
Feed Description: My thoughts on Java, software development and technology.
The first session I went to yesterday (Wednesday) was all about how to build native looking Swing apps. The session was pretty good and the presenters threw in several tips and tricks about how to get Swing apps to look good. One thing that I was surprised about is that they don't recommend you subclass the Swing components. Instead, they promote the use of UI delegates. This isn't something that I've tried before because whenever I subclass a Swing component, I'm always adding behaviour rather than changing the look and feel. I guess I'm going to have to look into this some more.