News

However, I’m convinced that the real reason for the poor state of Java’s component marketplace is that Java developers (myself included) have grown used to free/open-source software. So nowadays we ...
While tracing Swing’s single-threaded event model from Java 1.0 to its origins in the JavaBeans component model and AWT, he reveals an initialization bug in a commonly used start-up pattern.
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 July, while the JSF project was still underway, Hutchinson noticed that Canoo Engineering AG, a Swiss company that offers a server-side API to Java Swing components (text boxes, buttons, other ...
The javax.swing.JFileChooser class describes a Swing component for choosing files, usually via its int showOpenDialog(Component parent) and int showSaveDialog(Component parent) methods. In this ...