News

This project is a comprehensive collection of Java programs developed as part of the exercises from Chapter 13, "Advanced GUI," in Starting Out with Java: From Control Structures through Objects by ...
NOTE: This project requires Node.js and knowledge of Java-Script The GUI Calculator uses Java along with Java-Script. Since Java doesn't have it's own eval() function, it executes a Java-Script file ...
While you can build Java applet GUIs using Sun's Swing the results are usually rather ugly and clunky looking. There's also the problem that quite a bit of programming effort will be required for ...
Even a developer testing enthusiast like Alex Ruiz had to admit GUI testing was hard, so he created FEST, the functional library for test-driven GUI development. This follow-up to Alex's JavaOne ...
GUI testing is a hard and often neglected task. We take a look at two open source solutions for writing SWT and Swing tests, SWTBot and Marathon, and how they can be used from JRuby. We talked to Keta ...