Nuacht

Currently, GNOME's Java bindings consist of four libraries—libgconf-java, libglade-java, libgnome-java and libgtk-java. libgtk-java and libgnome-java provide the GUI components of the bindings.
This article explains a simple way of automating Java Swing application acceptance tests, starting from Swing components' unit tests and extending them to acceptance tests without human intervention.
This is a lightweight Java desktop application designed to help users track and manage their job applications. Built using core Java, it features a simple GUI built with Swing and leverages ...
This is a simple Java Swing GUI desktop application that lets you manage a personal to-do list. It was built as part of a Java developer internship task to practice Swing, event handling, and layout ...
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 ...