A simple Kiosk application using JXBrowser to limit users from accessing all the underling contents and just giving access to the tabs we specify. There are a lot of techniques and instruments you can ...
Do you ever get the feeling there’s something not quite right about Swing threading? John Zukowski puts his finger on it in this article. While tracing Swing’s single-threaded event model from Java ...
Swing is a framework for building GUI-based applications. Swing provides features not present in the AWT. More dynamic components - through the use of delegation objects More complex components - ...
Ever since I was introduced to Infobus from the early days of Java, I have been a big fan of bus-based architecture. What is bus-based architecture? Let me explain this by way of an example. In a ...
Swing is a framework for building GUI-based applications. Swing provides features not present in the AWT. More dynamic components - through the use of delegation objects More complex components - ...