{ "windows": [ { "name": "SimpleWindowExample", "title": "Simple Window Example", "left": 500, "top": 100, "width": 400, "height": 300 } ] }
var exampleWindow = redui.createNewWindow("SimpleWindowExample"); exampleWindow.show();