> I search for some possibility to activate MacOS LAF under windows.
> Any hints are welcome!
>Apple's Mac Aqua L&f requires Aqua,
>it won't work on other platforms.
However, for personal use it is pretty easy to defang the pin that
stops Aqua from running on other platforms. See
http://mindprod.com/jgloss/laf.html

Signature
Canadian Mind Products, Roedy Green.
Coaching, problem solving, economical contract programming.
See http://mindprod.com/jgloss/jgloss.html for The Java Glossary.
ak - 10 Jul 2004 21:45 GMT
> >Apple's Mac Aqua L&f requires Aqua,
> >it won't work on other platforms.
>
> However, for personal use it is pretty easy to defang the pin that
> stops Aqua from running on other platforms. See
> http://mindprod.com/jgloss/laf.html
my first question should be - where can i get it?
I have read that mac laf alredy in J2SE integriert - no need to download
macos.jar
However I can't find it on java 1.4.1_02 - com\sun\java\swing\plaf contains
only motif and windows.

Signature
Andrei Kouznetsov
http://uio.dev.java.net Unified I/O for Java
http://reader.imagero.com Java image reader
Karsten Lentzsch - 10 Jul 2004 22:09 GMT
>>Apple's Mac Aqua L&f requires Aqua,
>>it won't work on other platforms.
>
> However, for personal use it is pretty easy to defang the pin that
> stops Aqua from running on other platforms. See
> http://mindprod.com/jgloss/laf.html
That trick won't work for the Mac Aqua L&f.
The Mac Aqua L&f requires native resources.
The same is true for Sun's Windows L&f in
Windows XP mode. In this mode it requests
resources from the native skinning engine.
-- Karsten