Javasoft have not decide yet whether it is lawful to distribute Windows
L&F on non-windows environment. To stay on safe side they embedded the
function
public boolean isSupportedLookAndFeel()
into all LookAndFeels. For WindowsLookAndFeel it looks like:
public boolean isSupportedLookAndFeel() {
return isNativeLookAndFeel();
}
I am far from knowledge whether it is lawful for you to change it to
'return true' and to try how it looks.
All the Best
Pavel
Yago Diaz wrote:
>
> I have download the swing-1.1 package from javasoft and I installed it on my
> Linux box with jdk-1.1.7-v1a and native_threads. I run the SwingSet and when I
> try to change to the Windows Look & Feel it gives me an
> unsupportedLookAndFeelException. Does it works for you?
>
> yago