hello i would like to create an applet (JApplet) in a desktop (JDesktopPane).
i have to put the applet in a JInternalFrame so i can move and resize the window around.
indeed i can have several applets in the JDesktopPane.
it would be more powerfull than viewing it in a web navigator.
more i want to load an applet from its web site from its jar file.
i know that from a html page, you have to tell the navigator where is the jar file with the "archive" tag; the "CODE" tag is the name of the class file not the path to the package like my.package.myclass !
can i put my.package.myclass instead of myclass.class in the "CODE" tag?
here's some snaphot of my softwar kevin_shell to give you some ideas:
http://go.to/kevin-net/SNAP
desktop_panel: the JDesktopPane where i have opened a simple applet.
explorer_panel
it is an open source project.
hope someone answer me, i will give to you my source code.