With this library, you can refer to windows and controls using datums instead of just by name.
mob/verb/showrandomwindow()
var/Window/w = new(src.client, "RandWindow", "window")
w.Create()
w.setBounds(100,100,500,250)
w.setVisible("true")
w.Update()
Changelog: http://tiny.cc/57qvax