Sun has officially launched JavaFX 1.0, a new rich Internet application (RIA) development framework that is built on top of the Java platform. Sun aims to boost Java’s waning relevance for client-side ...
/** Simple U.S. state representation. */ private enum State { ALASKA("Alaska"), CALIFORNIA("California"), COLORADO("Colorado"), NEW_YORK("New York"), RHODE_ISLAND ...