win.SetPosition(100, 110);
win.SetSize(400, 350);
console.log(win.GetTitle());
"Example window title"
win.SetTitle("Fancy new window title");
console.log(win.GetContents());
"These are some example contents that could hypothetically be in a <strong>JSDE window</strong>."
win.SetContents("These are <em>new</em> hypothetical contents for a window.");