News

Desktop Java is enjoying a long-overdue renaissance. But for Swing (the Java UI toolkit) to be taken seriously, Sun must pay closer attention to usability.
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 this three-part tutorial, Jeff Friesen walks through the process of refactoring an example Swing-based notepad editor application to its JavaFX 2 equivalent.
So I've got my JFrame, and it contains an OpenGL canvas, which has to be set and resized based on pixel dimensions. I'd like to be able to resize the whole window, but I need to know the ...
This tutorial is an introduction to socket programming in Java, starting with a simple client-server example demonstrating the basic features of Java I/O. You’ll be introduced to both the ...