Hi, I am designing a 2D and GUI. I use JPane rather than JApplet because of file I/O. I know embed an Applet into web page is feasible. How to deal with my case?
Please revise your display name to meet the JavaRanch Naming Policy. To maintain the friendly atmosphere here at the ranch, we like folks to use real (or at least real-looking) names, with a first and a last name.
You can edit your display name here. Thank you for your prompt attention!
-Marc
"We're kind of on the level of crossword puzzle writers... And no one ever goes to them and gives them an award." ~Joe Strummer sscce.org
Only applets can be embedded into web pages. An applet can contain a JPanel, of course, but what you're really asking is how to do file I/O in an applet. For information, see this page in our FAQ.
I'm moving this to our Applets forum for further discussion.