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 ...
It was announced earlier this month that the JavaFX 2.1 Developer Preview Edition (early access) for Windows is available for download (previously available for Mac). In the post JavaFX 2.1 early ...
/** Simple U.S. state representation. */ private enum State { ALASKA("Alaska"), CALIFORNIA("California"), COLORADO("Colorado"), NEW_YORK("New York"), RHODE_ISLAND ...