{"windows":[

	{
		"id": "json01",
		"title":"Window Created with Json Data",
		"content":"First window",
		"maximizable": false,
		"resizable": false,
		"headerStartColor": [230, 160, 160],
		"headerStoptColor": [237, 237, 237],
		"x": 50,
		"y": 115
	},
	{
		"id": "json02",
		"title":"Another Window Created with Json",
		"content":"Second window",
		"maximizable": false,
		"resizable": false,
		"headerStartColor": [230, 190, 160],
		"headerStoptColor": [237, 237, 237],	
		"x": 110,
		"y": 190
	},
	{
		"id": "json03",
		"title":"And Another ...",
		"content":"Third",
		"maximizable": false,
		"resizable": false,
		"headerStartColor": [160, 160, 230],
		"headerStoptColor": [237, 237, 237],
		"x": 170,
		"y": 265
	}

]}