How do I create a child window, one that I can use as a separate control
window for the parent window. I want to implement controls on desktop
one and the parent window on desktop two. This would be for multiple
desktop operations. My idea is to use it for a projector AV station.
So far I have this: http://pastie.org/1837121
I can’t figure out how to make a child. I tried making a new frame, but
that was unsuccessful.