• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

Launching a JFrame from a JApplet

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi. I'm not a complete stranger to Java but im having this issue with running a JFrame application from an applet. I need to do this in order to post the application on my web page without converting it entirely to an applet. Basically i just want to use the applet as a tool to access my JFrame online but from what i understand there are secureity issues inherent in what im trying to do. Is there a simple/easy way to do this?
Any and all advice is greatly appreciated. Please keep in mind that applets are not my strong suit.
 
Bartender
Posts: 9626
16
Mac OS X Linux Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Nick Hale:
. . .from what i understand there are secureity issues inherent in what im trying to do.



There are no security issues with showing a frame. The frame will be clearly labeled as an applet window so the user does not mistake it for a local prompt, but you can certainly display frames and dialogs.
 
He does not suffer fools gladly. But this tiny ad does:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic