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.
Figure 2 is a picture of the gcc-java-compiled Swing application shown in Listing 3. Listing 3 can be compiled with gcj --main=ExampleSwing -o ExampleSwing ExampleSwing.java.
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 ...
"A Java Swing application, a Java Webstart application, a .NET application; those are pretty good for departmental or campus applications, but they come with high costs, complexities and often poor ...
Whenever developers start a new language, they're welcomed with a Hello World application. Here are three Java Hello World examples to get started.