Hi, I have four frames. One is Main frame in which I want include three frames? How can I do it? Thanks Angela
Manfred Leonhardt
Ranch Hand
Joined: Jan 09, 2001
Posts: 1492
posted
0
Hi Angela, You need to make three of the frames JInternalFrames. An AWT Frame cannot be placed into another frame because frames are heavyweight and include window decorations. Regards, Manfred.
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.