This post originated from an RSS feed registered with Java Buzz
by Scott Delap.
Original Post: How to create an Aqua buttons with Java2D
Feed Title: ClientJava.com
Feed URL: http://www.clientjava.com/archives/wireless_mobile.rdf
Feed Description: Client/Desktop Related Java Development
How to create an Aqua buttons with Java2D I've been reading Romain's blog with interest for the past few months. I've built my share of Swing (and SWT) based applications, and I've developed my share of custom controls for Swing over the past 6-7 years, but I've never built anything as "pretty" as what he's been making.
Last night, I thought I would see how long it would take to create something "pretty". I decided on trying to see what it would take to create (just draw for now) "mac-like" Aqua buttons. Here is the result of my 30 minute experiment:...