Look and feel

ola!!

como eu mudo o tema do meu look and feel?
tipo eu quero que o look and feel seja o Metal e o tema seja o Ocean

flww

private javax.swing.UIManager.LookAndFeelInfo looks[];

public mudaLookAndFeel(int index) {
looks = javax.swing.UIManager.getInstalledLookAndFeels();
try {
javax.swing.UIManager.setLookAndFeel( looks[index].getClassName() );
javax.swing.SwingUtilities.updateComponentTreeUI( this );
} catch (Exception e) {
e.printStackTrace();
}
}

ordem dos look and feel do sistema operacional win
Motif = 0
Windows = 1
Metal = 2

tipo eu queria o tema ocean

setCurrentTheme(theme)