Thanks for the information Thomas and John, and for the link to the
faq!
So one has to search in the source code (currently downloading.
slooooow...) and guess what the properties do!?
If these properties are not part of the public API, what are they for?
Internal use? Testing purpose so they can be incorporated or rejected
later?
>If you write code that depends on them, it very well might
>not work with another Java implementation, either from another
>vendor, or
>even the next build of the same minor version from Sun.
Really bad news, but very good to know!
Thanks again,
/Kid
John McGrath - 02 Feb 2005 09:59 GMT
> So one has to search in the source code (currently downloading.
> slooooow...)
You should already have a full copy of the JDK in the JBuilder /jdk1.4
directory. The source is in a file called "src.zip". You might want to
unpack it into the directory /jdk1.4/src. That will make much it easier
to browse through, and JBuilder will use the unpacked files too.
> and guess what the properties do!?
If you want to use them, yes. But that should not be too hard in most
cases, given names like "terminateEditOnFocusLost".
> If these properties are not part of the public API, what are they for?
> Internal use? Testing purpose so they can be incorporated or rejected
> later?
I think they are used in both of these cases. The process for changing
the Java API is not simple, so sometimes changes get added this way, and
they may or may not become permanent. The "terminateEditOnFocusLost"
property was added with JDK 1.4.1, and it still has not been added to the
API.

Signature
Regards,
John McGrath
bo_kid@yahoo.com - 02 Feb 2005 13:02 GMT
>You should already have a full copy of the JDK in the JBuilder /jdk1.4
>directory.
Thanks, but I'm currently using Eclipse.
Thank you for being helpfull! =)
/Kid
John McGrath - 02 Feb 2005 21:38 GMT
> > You should already have a full copy of the JDK in the JBuilder /jdk1.4
> > directory.
>
> Thanks, but I'm currently using Eclipse.
Ooops! I spend a lot of time on the Borland newsgroups and I got mixed up
about which group I was on. Sorry.

Signature
Regards,
John McGrath