Quote:
Originally posted by sno2dude
ignore abc123.... applets can use swing but cannot read or write to files (security issues). I ALWAYS use Swing for my applets. JPanel's are the core of an applet.... they are the "Container" which you add things into.... im having a massive brain fart right now though and cannot remember specifics cuz i havent done any applets for a while here but i will try to look into it all for you. I KNOW you can use swing in an applet though.
|
hmm
well as far as i know MS doesn't have support for SWING so if you use it in your applet it won't display.
and i am almost certain you can write files in an applet you just have to navigate the security manager...