JApplet and the browser

admin

Administrator
Staff member
There's something we have to add to the HTML before any browser can displaya JApplet right? What would that be? I've written an applet using swing components.would there be any difference from the awt components? I hope not, but i'drather not convert to awt applet.also, i read an earlier post on how to open a browser window from an application.would it be possible to open another browser window (a new one not containingthe applet) from inside an applet, say after a click of a button? And it'snot just to load an existing page, i need it to load a page containing aHTML file i would generate inside my applet. So my applet basically generatesan HTML page based on user data and displays it as a HTML page. please don'ttell me to just display it on the applet. i don't want that.many thanks to those who could helpDavid
 
Top