Button to open a new window with a ListLayout

Property definitions

app $ UiExampleWindow :: button_window
	# Button to open a new window with a ListLayout
	var button_window = new Button(parent=layout, text="Open a new window")
lib/app/examples/ui_example.nit:51,2--52,72