Pluggable Look and Feel for Macintosh

Where can I find the PLAF that mimics the Macintosh platform? I read somewhere that you must download the Look-And-Feel separately.

I'm running SDK 1.4.2. Is it already there and if not, where do I find it and how does it need to be "installed". I'm assuming it's really part of the JRE.

Thanks

[324 byte] By [CharlesKuehn] at [2007-11-25 10:06:11]
# 1

Hi Charles,

According to the group in charge of our L&F project, we currently do not have one available for Macintosh. We did ship a beta release several years ago but haven't shipped one since.

If you are looking for the pluggable L&F for Macintosh, I was told for you to contact Apple since they are a licensee of J2SE and we left it up to them to produce the L&F for their platform.

Regards,

christina

cgrivera at 2007-7-1 20:12:12 > top of Java-index,Development Tools,Java Tools...
# 2

http://developers.sun.com/tools/javatools/articles/macOSX.html

is what I used to get running on MacOS X. It includes instructions to create an AppleScript to launch S1S with the Mac look & feel:

"/Applications/forte4j/four/bin/runide.sh -ui com.apple.mrj.swing.MacLookAndFeel -fontsize 10"

703287 at 2007-7-1 20:12:12 > top of Java-index,Development Tools,Java Tools...