R
Ramon F Herrera
Is it possible to use the Windows Look & Feel in an applet?
The following line changes the default (Metal) look and feel
only when I run my applet from JBuilder:
UIManager.setLookAndFeel("com.sun.java.swing.plaf.windows.WindowsLookAndFeel");
However, when the applet runs from the web server, under the
Netscape plugin, I still get the Metal look & feel. I guess
I should upload a file to the server and create a directory
tree such as:
com/sun/java/swing/windows/...
but I am not sure about the details. Is this the correct
solution? Where do I get the file(s) above?
TIA,
-Ramon F. Herrera
The following line changes the default (Metal) look and feel
only when I run my applet from JBuilder:
UIManager.setLookAndFeel("com.sun.java.swing.plaf.windows.WindowsLookAndFeel");
However, when the applet runs from the web server, under the
Netscape plugin, I still get the Metal look & feel. I guess
I should upload a file to the server and create a directory
tree such as:
com/sun/java/swing/windows/...
but I am not sure about the details. Is this the correct
solution? Where do I get the file(s) above?
TIA,
-Ramon F. Herrera