Sanny <> wrote:
>I want to speedup my Applet in any way I have three Choices which one
>should I choose and which will really help.
Why are these your only choices? Do you think they're equal in the amount of
work involved?
Add to your list
0. Figure out what part of the applet is slow and why.
0.5. Fix the applet.
>1. Convert Applet to a Frame Window.
Usually pretty easy. Unlikely to help very much.
>2. Create a Java Application to run the program instead of Applet
How is this different from #1?
>3. Convert this Applet into .exe file using C++/Delphi
This is a complete rewrite. If you're going to do that, why not actually
profile your applet, figure out what's wrong, and fix that (option 0).
>Which will be the best way to get fast output.
As others have said, it depends on your application.
--
Mark Rafn
<http://www.dagon.net/>