Skip to content

Instantly share code, notes, and snippets.

@Elrhino
Created October 20, 2015 06:05
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/64c2b59bdfb9335f1130 to your computer and use it in GitHub Desktop.
Save Elrhino/64c2b59bdfb9335f1130 to your computer and use it in GitHub Desktop.
Code snippets from toaster launcher part 2
<ui:UiBinder xmlns:ui='urn:ui:com.google.gwt.uibinder'
xmlns:g='urn:import:com.google.gwt.user.client.ui'>
<g:HTMLPanel>
<h1>Toaster Launcher</h1>
<label>Coordinates (x, y, z):</label><br/>
<g:TextBox ui:field="launchCoordinates"/><br/>
<label>Power:</label><br/>
<g:TextBox ui:field="launchPower"/><br/>
<g:Button ui:field="launchButton" text="LAUNCH!"/><br/>
<g:SimplePanel ui:field="container"/>
</g:HTMLPanel>
</ui:UiBinder>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment