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 ...
In a few more days the official release of JavaFX 1.0 will be made. It’s been almost exactly 2 years since my first entry on this blog, which introduced the F3 language that has since come to be known ...
JetBrains has released a "spring refresh" of the recent major update of its flagship Java IDE, IntelliJ IDEA. Along with some bug fixes and usability enhancements, version 12.1 adds new support for ...