7778798081828384858687
Proxy mainWindow = null; for ( int i=0; i<numTopLevelObjects; i++){ Proxy obj = (Proxy)topLevelObjects.send("objectAtIndex:", i); if ( (Long)obj.send("isKindOfClass:", cls("NSWindow")) > 0 ){ mainWindow = obj; } else { obj.dispose(false); }