News

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 ...
With JSR-223, you can use JavaScript, for example, to write a Swing application. Here is a simple Java script application that will create a JFrame with a single button with a listener: ...
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.
Application framework note: It is worth mentioning that any GUI application beyond "Hello World" may need quiet a few extra things not provided by Swing (or Java) out of the box.
Java revolutionized software development 30 years ago. Even with the rise of web apps, there's a bright future for Java desktop application development.
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 ...
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 Android St ...
A potpourri of Java client application technologies is on the agenda at the conference in San Jose, Calif. on Friday, where the desktop gets top billing over the Web. Again dominating the discussion, ...
This tip explains a simple way of automating Java Swing application acceptance tests, starting from Swing components' unit tests and extending them to acceptance tests without human intervention.