(
w = Window.new("test");
w.front;
u = UserView.new(w, w.view.bounds);
u.background = "" style="color: #0000bf">Color.white;
t = StaticText(u, u.bounds).align = \center;
t.string = "SuperCollider";
)