The integer array 'pixels[]' in Screen.render() is being given an index value greater than the array has been initialized to hold. The offending index value is 48,600 which must be larger than the...