
Signature
Thanks in Advance...
IchBin, Pocono Lake, Pa, USA
http://weconsultants.servebeer.com/JHackerAppManager
__________________________________________________________________________
'If there is one, Knowledge is the "Fountain of Youth"'
-William E. Taylor, Regular Guy (1952-)
Thank you, but this is not my applet and I do not have access to the
source code. Is there another way to accomplish this?
- Ken
Roedy Green - 21 Jan 2006 23:01 GMT
>Thank you, but this is not my applet and I do not have access to the
>source code. Is there another way to accomplish this?
You can decompile it, fiddle it, and recompile it. It may take some
adjusting. You might need to hire someone to do the patch.
http://mindprod.com/decompiler.html

Signature
Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.
Simon - 03 Feb 2006 15:23 GMT
ktdreyer@gmail.com schrieb:
> Thank you, but this is not my applet and I do not have access to the
> source code. Is there another way to accomplish this?
>
> - Ken
You can extend the applet's main class, override init() to make the call to
System.setProperty(), and possibly add the new class to the applet's jar.
Roedy Green - 03 Feb 2006 15:48 GMT
>> Thank you, but this is not my applet and I do not have access to the
>> source code. Is there another way to accomplish this?
You can always disassemble or decompile them. The code is remarkably
like the original.
See http://mindprod.com/jgloss/decompiler.html

Signature
Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.
Roedy Green - 06 Feb 2006 00:20 GMT
>You can extend the applet's main class, override init() to make the call to
>System.setProperty(), and possibly add the new class to the applet's jar.
And I hope it goes without saying , calls super.init().

Signature
Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.
Thomas Hawtin - 04 Feb 2006 09:53 GMT
> Thank you, but this is not my applet and I do not have access to the
> source code. Is there another way to accomplish this?
If you run it in the appletviewer, then you can use:
-J-Dos.name="Mac OS"
Note, all the other properties will remain the same, as will various
implementations. It wont start looking like Aqua.
Tom Hawtin

Signature
Unemployed English Java programmer
http://jroller.com/page/tackline/