News

🎉 My first simple project using Java Swing GUI! I built a login interface, followed by a well-structured main window that includes: " A basic calculator " " An age calculator " " A drawing tab ...
A Java Swing-based drag-and-drop 2D floor planning tool with save/load support. java-swing-gui-floor-planner-2d-layout. Updated Jun 19, 2025; Java; Improve this page Add a description, image, and ...
A simple project at my undergraduate level that I have done using java swing application. It just have some simple functionality to display an idea and furthermore.
Swing (and AWT) pioneered the use of MVC in Java. Surprisingly Swing stays one of the most convoluted and counterintuitive MVC frameworks with very little guidance on how to do things right. This ...
A GUI application’s acceptance test is not straightforward, but, in the case of Swing GUI applications, a small scaffolding utility can automate both unit and acceptance tests.
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.
So, I'm trying to make a Java/Swing GUI that looks like this: +-----+ | ...
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 ...