how to call java frame in applet?
i have a frame which i want to show in web browser i dont want to convert frameinto applet if there is any pls tell
i have a frame which i want to show in web browser i dont want to convert frameinto applet if there is any pls tell
A frame is by definition a top-level component, so you can't "show it in" anything.
So have an applet that creates and shows your frame...
Weren't you just told that a frame is a top level component?! You don'y show a frame inside of anything, you just show a frame. You can show dialogs inside a browser...
If you want a frame you'll just have to create and display one.
> Weren't you just told that a frame is a top level
> component?!
Probably hoping for a magic solution. If I ask for the easiest path through the Himalaya often enough, the mountains might vanish...