News

Which is better for your next Java GUI project: Java Swing vs. JavaFX? This tip explores their history and capabilities to help you choose the right one.
In real life components grow even bigger as developers have to handle many cases omitted in book examples. Problem #1: Application components mix many unrelated things in a single component class, ...
In this article, an excerpt from The Definitive Guide to Java Swing (Apress, June 2005; ISBN: 1590594479), John Zukowski explains how to work with the JSpinnercomponent.
This article explains a simple way of automating Java Swing application acceptance tests, starting from Swing components' unit tests and extending them to acceptance tests without human intervention.
Even though the introduction of Unicode technically solved this problem, you can still encounter situations in which some or all of your Unicode characters will not display properly in Java programs.
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 ...