> I have an applet out on a server.
>
[quoted text clipped - 8 lines]
>
> Let me know if the applet loads for you.

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-)
> > I have an applet out on a server.
> >
[quoted text clipped - 10 lines]
> >
> Loads for me.. but all of the input fields contains '?'
Thanks!
That's a feature. You gotta hit the calculate button.
I figured out my problem. My compiler was newer than my jre.
I have to use:
javac -target 1.1 fubar.java
To get a class file compatible with the older jre on my work computer
This is an IE "feature"
> --
>
[quoted text clipped - 5 lines]
> 'If there is one, Knowledge is the "Fountain of Youth"'
> -William E. Taylor, Regular Guy (1952-)
>> http://home.nc.rr.com/wtadams/poologic/poolcalc.htm
>>
[quoted text clipped - 3 lines]
>>
>Loads for me.. but all of the input fields contains '?'
ditto for me. clicking calculate fills in fields.
suggestions:
1. put it in a jar
2. fix your initialisation
3. get the machine that does not work to run Wassup
http://mindprod.com/applets/wassup.html
to see what level of Java they have. It may be too old.

Signature
Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.
tadamsmar@yahoo.com - 26 Jan 2006 12:48 GMT
> >> http://home.nc.rr.com/wtadams/poologic/poolcalc.htm
> >>
[quoted text clipped - 13 lines]
> http://mindprod.com/applets/wassup.html
> to see what level of Java they have. It may be too old.
Thanks. nice site.
I am interested in having my applets on that site run on as many
computers
as possible.
I recompiled them with -target 1.1 but I wonder what the earliest
version of jre
is that a use might have.
> --
> Canadian Mind Products, Roedy Green.
> http://mindprod.com Java custom programming, consulting and coaching.
Roedy Green - 27 Jan 2006 00:37 GMT
>I recompiled them with -target 1.1 but I wonder what the earliest
>version of jre
>is that a use might have.
The oldest Java you deal with is the Trojan horse Microsoft put out
and abandoned which is version 1.1. Many of my applets I still hold at
the 1.1 level for that reason. There is nothing around prior to that
of any significance.
The event model changed drastically in 1.0 to 1.1. I just flipped my
last 1.0 app over a month ago to get rid of the deprecation warnings.

Signature
Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.
tadamsmar@yahoo.com - 26 Jan 2006 12:49 GMT
> >> http://home.nc.rr.com/wtadams/poologic/poolcalc.htm
> >>
[quoted text clipped - 13 lines]
> http://mindprod.com/applets/wassup.html
> to see what level of Java they have. It may be too old.
Thanks. nice site.
I am interested in having my applets on that site run on as many
computers
as possible.
I recompiled them with -target 1.1 but I wonder what the earliest
version of jre
is that a user might have.
> --
> Canadian Mind Products, Roedy Green.
> http://mindprod.com Java custom programming, consulting and coaching.