I have a JWindow which is drawn correctly and want to put that drawing
into an unrelated instance of a JFrame. I took the contentPane of the JWindow
and put it directly into the JFrame. The JFrame shows completely blank.
I also took the contentPane and added it to the JFrame.getContentPane()
- that also resulted in a blank.
How should I do this?
--
Thom Burnett