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.
Java revolutionized software development 30 years ago. Even with the rise of web apps, there's a bright future for Java desktop application development.
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 ...
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 ...
Whenever developers start a new language, they're welcomed with a Hello World application. Here are three Java Hello World examples to get started.
The Swing Application Framework will not make it into Java 7, though a number of forks have subsequently sprung up to continue its development. Plans for another much requested feature, CSS-based ...
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.