Hi Gary,

there is a difference here, first one displays the title
while the second one not:

   window := SystemWindow labelled: 'Foo'. 
   window openInWorld 

vs.

   window := StandardWindow labelled: 'Foo'. 
   window openInWorld 

An explicit #title: call is required here.  

Bye
T.
-- 
Sicherer, schneller und einfacher. Die aktuellen Internet-Browser -
jetzt kostenlos herunterladen! http://portal.gmx.net/de/go/atbrowser

_______________________________________________
Pharo-project mailing list
[email protected]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Reply via email to