Look & Feel

Hi all

I used following code part for changing look & feel in my Java Swing Program. But I didn't change the look & feel of the program also didn't give any error

try

{

UIManager.setLookAndFeel(UIManager.getCrossPlatformLookAndFeelClassName());

//UIManager.setLookAndFeel("javax.swing.plaf.mac.MacLookAndFeel");

SplashScreenMain ss = new SplashScreenMain();

login ln = new login();

}

catch (Exception e)

{

e.printStackTrace();

}

Anyone can help me to Set Look & feel In my program?

Thankz

[593 byte] By [Sana_Boya] at [2007-11-27 7:08:07]
# 1
this tutorial could help you http://java.sun.com/j2se/1.5.0/docs/api/javax/swing/plaf/multi/doc-files/multi_tsc.html
suparenoa at 2007-7-12 18:59:35 > top of Java-index,Desktop,Core GUI APIs...