// $Id: HelloWorld.wod,v 1.1 2003/07/24 10:54:09 helge Exp $ Frame: LSWSkyrixFrame {} Window: LSWWindowFrame { // the string appearing in the title bar title = "Say Hello to the world"; // what todo when the cross in that bar is clicked onClose = session.navigation.leavePage; } SayHello: SkyRichString { value = sayHello; }