OpenGLComponent in the Juce Demo

Yeah, that’s all stuff that I’ll be working on - the idea is that you’d probably make your top-level component an OpenGLComponent, and then in any sub-component, I’ll figure out a way that you can draw GL. (Perhaps by adding a Component::renderOpenGL method that any component could override, but I haven’t quite decided yet)