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

[122 byte] By [kirtesh.lathkara] at [2007-11-27 10:48:59]
# 1

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...

CeciNEstPasUnProgrammeura at 2007-7-29 11:16:18 > top of Java-index,Java Essentials,Java Programming...
# 2

is there any other way to show a frame in browser

kirtesh.lathkara at 2007-7-29 11:16:18 > top of Java-index,Java Essentials,Java Programming...
# 3

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.

jadespirita at 2007-7-29 11:16:18 > top of Java-index,Java Essentials,Java Programming...
# 4

> 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...

CeciNEstPasUnProgrammeura at 2007-7-29 11:16:18 > top of Java-index,Java Essentials,Java Programming...