HomeArticlesFAQsXREFGamesSoftwareInstantBooksBBSAboutFOLDOCRFCsFeedbackSearchSite-Map
logo

Q4067 What are the various steps involved in dividing an applet into two frames so that two sepearate files can be displayed in two frames?

You are here: irt.org | FAQ | Java | Q4067 [ previous next ]

Use Layout manager Like Grid or GridBag.

Have two cells in the applet.

Add the panel or canvas to both the cells.

In this way you can divide the applet into two frames. Now you are at liberty to put the component whichever you want and what ever you want to display.

©2011 Martin Webb