From: Scott H. <sco...@us...> - 2005-05-30 12:09:38
|
Update of /cvsroot/actionstep/actionstep/src/org/actionstep/test In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11061/src/org/actionstep/test Modified Files: ASTestMatrix.as Log Message: Index: ASTestMatrix.as =================================================================== RCS file: /cvsroot/actionstep/actionstep/src/org/actionstep/test/ASTestMatrix.as,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** ASTestMatrix.as 29 May 2005 18:38:02 -0000 1.6 --- ASTestMatrix.as 30 May 2005 12:09:26 -0000 1.7 *************** *** 43,46 **** --- 43,47 ---- public static function test():Void { + TRACE("application start"); var app:NSApplication = NSApplication.sharedApplication(); var window:NSWindow = (new NSWindow()).initWithContentRect(new NSRect(0,0,500,500)); |