How to add a container to another container?

Hi all!! Thanks in advance...I have an application to browse files. This consists of a frame with a file dialog.Another application is a calculator applet. I am finding a problem in binding these two elements as grid elements in a new frame so that both can be used simultaneously...does tis make sense?

[310 byte] By [bronze-starDukes] at [2007-11-26 12:15:10]
# 1
Well you aren't going to be able to add a frame to another container. You are going to have to make some changes. Why not convert the frame to a JPanel class and add that to the container?Also, be specific as to the problem you are asking, so that you can get a more specific
silverstar at 2007-7-7 14:18:44 > top of Java-index,Archived Forums,Socket Programming...
# 2
Thanks a lot!!
bronzestar at 2007-7-7 14:18:44 > top of Java-index,Archived Forums,Socket Programming...