GWT Designer Quick Start
		
 
	- 
	Install the latest
	GWT SDK or
	Google Plugin 
	for Eclipse.
 
- 
	Install the latest 
	GWT Designer build 
into Eclipse 3.4,
	3.5 or
	3.6.
 
- 
	If you have installed the
	GWT SDK, you 
	need to specify the path to your GWT 
	installation directory.
 
- 
	Create a new GWT project using the 
	GPE
	or the GWT Designer
	GWT/Java project wizard.
 
- Use the GWT Designer EntryPoint wizard 
	to create your first GWT UI or
	edit an existing UI.
 
- Choose an appropriate panel type 
	for your UI.
 
- 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 Panel, 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 > GWT Application.
 
- Internationalize your application and manage multiple locales.