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 ...
One of the favorite, most effective means of helping users accomplish their goals is to use 'wizards': step-by-step, fill-in-the-blank guides that can lead users gently toward getting the job done.
The evolution of Java desktop technology is straightforward and distinct from web UI development, which has seen much more advancement and the introduction of many new frameworks. Let's take a deep ...
JetBrains recently released the first major iteration of Projector, a technology that allows developers to run and operate Swing GUI applications remotely. Resource-hungry applications like ...
I'm building an app in Java ( using Swing, and no I don't intend to use SWT ) and have a couple "inspector" windows. For reference, I'm a long-time Mac lover/programmer/user and I *like* multi ...
Java applications using Swing should be migrated manually to Windows Forms. By copying the event-handling code in Swing Forms to the relevant Windows event handlers, most of the code can be reused.