From: Richard K. <ric...@us...> - 2005-07-06 17:32:33
|
Update of /cvsroot/actionstep/actionstep/src/org/actionstep/test In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28576/test Modified Files: ASTestWindowStyles.as Log Message: change title Index: ASTestWindowStyles.as =================================================================== RCS file: /cvsroot/actionstep/actionstep/src/org/actionstep/test/ASTestWindowStyles.as,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ASTestWindowStyles.as 6 Jul 2005 17:29:30 -0000 1.1 --- ASTestWindowStyles.as 6 Jul 2005 17:32:24 -0000 1.2 *************** *** 37,47 **** var view4:ASTestView; window4 = (new NSWindow()).initWithContentRectStyleMask(new NSRect(200,200,200,200), NSWindow.NSTitledWindowMask); ! window4.setTitle("My Window 4"); view4 = new ASTestView(); view4.initWithFrame(new NSRect(0,0,20,20)); ! view4.setBackgroundColor(new NSColor(0xDD55DD)) window4.setContentView(view4); ! window3.setLevel(NSWindow.NSStatusWindowLevel); app.run(); --- 37,47 ---- var view4:ASTestView; window4 = (new NSWindow()).initWithContentRectStyleMask(new NSRect(200,200,200,200), NSWindow.NSTitledWindowMask); ! window4.setTitle("Higher level window"); view4 = new ASTestView(); view4.initWithFrame(new NSRect(0,0,20,20)); ! view4.setBackgroundColor(new NSColor(0xDD55DD)); window4.setContentView(view4); ! window4.setLevel(NSWindow.NSStatusWindowLevel); app.run(); |