News

Java GUI Development: Reintroducing MVC Model-View-Controller (MVC) paradigm is an intuitive and widely accepted strategy in UI design, be it web or rich client. In fact it is so well established as a ...
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 ...
Android GUI Programming. Android applications use a range of standard platform resources for designing and programming user interfaces. Android applications use classes in the Java language to ...
As much as I love writing Java GUIs, I'd have to say use a C++ library. You will experience much anguish in using JNI, although tools like JNI++ and Jace may help communicating between the two.
Application GUI components developed using Qt Jambi’s rendering system can augment or replace those based on Java’s Swing/Java 2D framework, and vice verse.
* Java GUI remoting. Despite important advantages, Java Web Start can’t reproduce the lightness of the HTML/JavaScript browser. But there are lots of ways to skin a cat.
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 ...