Skip to content

Instantly share code, notes, and snippets.

@Elrhino
Created August 28, 2015 15:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Elrhino/1992f66f9c430eab6887 to your computer and use it in GitHub Desktop.
Save Elrhino/1992f66f9c430eab6887 to your computer and use it in GitHub Desktop.
Code snippets from ToasterLauncher - GWTP Beginner's Tutorial Part 1
<ui:UiBinder xmlns:ui='urn:ui:com.google.gwt.uibinder'
xmlns:g='urn:import:com.google.gwt.user.client.ui'>
<g:HTMLPanel>
<g:TextBox ui:field="launchCoordinates"/><br/>
<g:TextBox ui:field="launchPower"/><br/>
<g:Button ui:field="launchButton"/>
</g:HTMLPanel>
</ui:UiBinder>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment