A potpourri of Java client application technologies were on the agenda at the Desktop Matters conference in San Jose, Calif., where the desktop received top billing over the Web. Dominating the ...
Over the last two years, I spent some time developing a GUI application using Java Swing. The application was small, consisting of several classes in the MVC (Model-View-Controller) model, but was ...
I've got a class in java for a swing application that extends JFrame. This class is pretty much reponsible for everything to do with a certain window in the program. Everything works great, but come ...
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 ...