Project Looking Glass Detailed
Project Looking Glass (LG3D) exploits Java technology to bring a richer user experience to the desktop and to applications, through 3D windowing and visualization capabilities. This article covers Project Looking Glass' main features and API, its basic organization, and the functionality of important classes. You'll get an understanding of its high level architecture and where further development contributions are needed.
JList as a container (in Horror Code) I really hate it when a developer uses a Swing object for the sole purpose of storing data. Mainly when this container is never displayed on the screen. This is the code that I found in our program...
JExpress Professional 6.9
The JExpress Professional installer and auto-updater development team has released version 6.9. " This version creates significantly smaller and faster installers, typically with 10% to 40% reduction in space and time.
Move over Avalon! Project Looking Glass is here!
Many of you have heard of Project Looking Glass , the 3D GUI framework being developed on top of Java3D. Some of you might have even seen the presentation video and wondered when you would get to play with this stuff.
Using Jazzy - The Java Open Source Spell Checker
I recently gave a presentation at ApacheCon 2004 US and I used an open source product in my presentation. The product I used was Jazzy, The Open Source Java Spell Checker. While creating my presentation, I created a static class that initialized and exposed the Jazzy Spell Checker. I don't know if it is of any use to anyone else, but here is an excerpt from that presentation.