WindowBuilder Quick Start

-
Download and install the
latest
WindowBuilder build
into Eclipse 3.2, 3.3, 3.4, 3.5 or 3.6
-
-
Create a new project using the appropriate WindowBuilder
project wizard.
-
-
Choose an appropriate layout manager
for your window
-
Add various components from the Palette
and edit their properties using the
Property Pane.
-
Visually create and edit your window's
menubar.
-
Add event handlers to
various widgets to provide behavior.
-
If you create a new Composite or JPanel, you can embed
it in another window using the Choose
Component command.
-
You can test launch your window by right-clicking on it and selecting
Run As > Java Application.
-
Internationalize your application and manage multiple locales.