Change the Appearance of the Post Window

(
a = Document.new("PostWindow", "", true); // Name, text, isPostWindow
a.background_(Color.white);
a.stringColor_(Color.black);
a.font_(Font("Monaco", 9));
)