y como has hecho?
Esta sección te permite ver todos los mensajes escritos por este usuario. Ten en cuenta que sólo puedes ver los mensajes escritos en zonas a las que tienes acceso en este momento.
Mostrar Mensajes Menú
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);
}
});
}