|
|
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?
irt.org | Knowledge Base | Java | Q4067 [ previous next ] 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?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. |
-- div -->
|