Deryk Sinotte wrote:
>I'm trying to put together some information regarding:
>
>- the various versions of Mac OS X (eg 10.1, 10.2, 10.3)
>- implementations of Java that were available for each OS version (1.3.x,
>1.4.x)
>- and the available Look and Feels for each implementation ( what was the
>default, what was available)
>
>I've searched the list archives and Apple's developer documentation but
>haven't found anything comprehensive or even definitive. I'm sure the
>chances of a single document outlining this are slim to none but if
>somebody has any of this information (or links) at their fingertips, I'd be
>happy to have the headstart.
For your first two bullet points, see:
<http://developer.apple.com/technotes/tn2002/tn2110.html>
For the available LAFs, the Apple Aqua LAF is always available and default;
Metal is always available. Quite probably the Windows LAF has classes
present but is unavailable. I also vaguely recall that Motif is in there
somewhere, but who cares. Other PLAFs might also be available, as Java
extensions, depending on what the user likes or doesn't like, and where
they've placed the jars.
I advise against relying on any externally provided list of PLAFs. Because
PLAFs are dynamic and configurable, you should always rely on exactly what
the platform itself provides as a list of available PLAFs, not what some
external document says is available.
I can't help asking:
What are you planning to do with the PLAF list?
-- GG
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Java-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/java-dev/email@hidden
This email sent to email@hidden