News

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 ...
In his latest Java Design Patterns column, David Geary explores how to use the Command pattern both in client-side Java to attach application-specific behavior to Swing menu items and in server ...
When testing my example Swing GUI, I assumed the button was bigger than 10 pixels. If for some reason the button had been any smaller than the expected size, the test would have failed, as shown ...