What's the preferred toolkit/environment for creating GUI apps in Java nowadays? I've got a project coming up that requires a cross-platform GUI, and Java has already been pitched as the language ...
A rich set of widgets is part of the standard package. Java is highly platform independent [RD01 - 12.1.1 Portability]. GUIs are platform independent and can be developed on any system and run on any ...