re differences between Applet,Frame
I know what the differences are - I've outlined how to get around them in one of the above messages.
I'll give a brief example - say a class wants to load a file. It should call, say container.loadfile(FILENAME) where container is an interface which will be implemented differently for the Frame and the Applet versions.
I've used it before, it works.... and like I said, it'll save redesign time if we screw up.
Jim
I know what the differences are - I've outlined how to get around them in one of the above messages.
I'll give a brief example - say a class wants to load a file. It should call, say container.loadfile(FILENAME) where container is an interface which will be implemented differently for the Frame and the Applet versions.
I've used it before, it works.... and like I said, it'll save redesign time if we screw up.
Jim
Comment