WindowBuilder Pro Quick Start


 

  1. Install the latest WindowBuilder Pro build into Eclipse 3.4, 3.5 or 3.6.
     
  2. Create a new project using the appropriate project wizard.
     
  3. Use a class wizard to create your first GUI window or edit an existing window
     
  4. Choose an appropriate layout manager for your window.
     
  5. Add various components from the Palette and edit their properties using the Property Pane.
     
  6. Visually create and edit your window's menubar.
     
  7. Add event handlers to various widgets to provide behavior.
     
  8. If you create a new Composite or JPanel, you can embed it in another window using the Choose Component command.
     
  9. You can test launch your window by right-clicking on it and selecting Run As > Java Application.
     
  10. Internationalize your application and manage multiple locales.