This post originated from an RSS feed registered with Java Buzz
by Scott Delap.
Original Post: Swing vs. AWT: Performance
Feed Title: ClientJava.com
Feed URL: http://www.clientjava.com/archives/wireless_mobile.rdf
Feed Description: Client/Desktop Related Java Development
Swing vs. AWT: Performance After listening to Sun talk about how much faster Swing is than AWT, and listening to a C programmer tell me that there's no reason "lightweight" components should be faster than native components, I decided to find out for myself, and wrote a quick benchmark (code below).