News

Creating splash screens in Java by using AWT and Swing is well documented in the current literature. However, the existing solutions are not fully featured in that documentation and do not explain ...
JNBridge 3.1 is a Java and .NET interoperability bridge tool that allows Java or .NET code to run in each others JVM or CLR in-process, with shared memory. Version 3.1 adds the ability to embed ...
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 ...
Being able to tolerate changes in a component’s position and/or layout. java.awt.Robot is a class introduced in JDK 1.3 that can be used to test GUIs built using Swing and AWT.
When people ask me why I prefer IntelliJ IDEA for Java development, my answer usually comes down to one thing: it feels like ...