
WindowBuilder Pro can read and write almost any format and reverse-engineer most hand-written Java GUI code. Generated code doesn’t require any additional custom libraries to compile and run: all of the generated code can be used without having WindowBuilder Pro installed. The plug-in builds an abstract syntax tree (AST) to navigate the source code and uses GEF to display and manage the visual presentation. WindowBuilder is built as a plug-in to Eclipse and the various Eclipse-based IDEs (RAD, RSA, MyEclipse, JBuilder, etc.). Easily add controls using drag-and-drop, add event handlers to your controls, change various properties of controls using a property editor, internationalize your app and much more. Use the WYSIWYG visual designer and layout tools to create simple forms to complex windows the Java code will be generated for you. WindowBuilder is composed of SWT Designer and Swing Designer and makes it very easy to create Java GUI applications without spending a lot of time writing code. So, why this post? The overarching point to this post is to simply highlight another Java development technology and these days, it is much easier to install than before. For these reasons and especially if they are large, Swing applications are a bit more cumbersome than a JSF application without the benefits of a single point of deployment.

The developers must learn and master programming using Swing’s event model. Still, arguments could be made against it, such as diffusion of technical know-how across an organization, for example. However, for developers wanting to build a utility or maybe an application for a single user, Swing might be the right tool.Īn example of a Swing based utility used to generate DAO related classes.

This is why a web application would be a better tool for the job. Installing fat client applications across a company is a huge undertaking where each PC has the potential to create problems of their own. There are no servers involved for applications such as these. They have to be installed onto each PC to use them. Only then was Eclipse ready to develop applications known as ‘fat clients’.įat clients are applications such as Word or Powerpoint. The developer wishing to use Swing first had to download the required Eclipse Visual Editor Project as well as the related Eclipse Modeling Project (EMP) and Graphical Editing Framework (GEF) plugins. In the old days, circa 2003 or so, setting up Eclipse so that it was ready for developing Swing applications was a bit of a pain.

This post shows how to install the Swing/SWT GUI development tool to create applications to be deployed directly onto PCs.
