myButton = new Button
		text: "Say Hello"
		appearnce: "flat"
		size: "big"
		onClick: (ev, btn) ->
			alert("Hello")