public static void main(String args[]) {
try
{
//<<<<<<<<<<----------------synthetica
//SyntheticaLookAndFeel.setWindowsDecorated(false);
//SyntheticaLookAndFeel.setUseSystemFileIcons(true);
//UIManager.setLookAndFeel(new SyntheticaStandardLookAndFeel());
//activando THEMAS
//+
//+
//UIManager.setLookAndFeel(new SyntheticaBlackMoonLookAndFeel());
//UIManager.setLookAndFeel(new SyntheticaBlackStarLookAndFeel());
//UIManager.setLookAndFeel("de.javasoft.plaf.synthetica.SyntheticaSilverMoonLookAndFeel");
//de.javasoft.plaf.synthetica.SyntheticaGreenDreamLookAndFeel.setWindowsDecorated(false);
//UIManager.setLookAndFeel("de.javasoft.plaf.synthetica.SyntheticaGreenDreamLookAndFeel");
//UIManager.setLookAndFeel("de.javasoft.plaf.synthetica.SyntheticaBlueSteelLookAndFeel");
//UIManager.setLookAndFeel("de.javasoft.plaf.synthetica.SyntheticaBlueMoonLookAndFeel");
//UIManager.setLookAndFeel("de.javasoft.plaf.synthetica.SyntheticaBlueIceLookAndFeel");
//+
//+
//activando THEMAS
//------------------------->>>>synthetica
//---------------------->>>>>>>>liquid
/*UIManager.setLookAndFeel(new LiquidLookAndFeel());
com.birosoft.liquid.LiquidLookAndFeel.setStipples(false);
com.birosoft.liquid.LiquidLookAndFeel.setDefaultRowBackgroundMode(true);
com.birosoft.liquid.LiquidLookAndFeel.setPanelTransparency(true);
com.birosoft.liquid.LiquidLookAndFeel.setLiquidDecorations(true);*/
//<<<<<<<<<<<<<<<<<<<<<<<-----------------iquid
//---------------------->>>>>>>>NimROD
UIManager.setLookAndFeel( new com.nilo.plaf.nimrod.NimRODLookAndFeel());
//<<<<<<<<<<<<<<<<<<<<<<<-----------------NimROD
} catch (Exception e)
{
e.printStackTrace();
System.out.println("NO SE PUEDE CARGAR");
}
java.awt.EventQueue.invokeLater(new Runnable() {
public void run() {
new otros().setVisible(true);
}
});
}
tambien importas la libreria
import com.nilo.plaf.nimrod.NimRODLookAndFeel;
y tienes que copiar el archivos nimrodlf.jar a la siguiente ruta
C:\Archivos de programa\Java\jdk1.5.0_04\jre\lib\ext
y listo...
posteas si no te funciona