Solo una sombra
NimROD Look And Feel espaņol
NimROD L&F Screenshots
Home
Screenshots
Download
FAQ
Applets
Themes
Licence
Links
About

RSS
Valid HTML 4.01 Transitional
To take the screenshots I've used JEdit, a complex application which shows almost all the modified widgets by NimROD Look & Feel.
screenshot

Here you can see JCheckBox, JRadioButton, JButton, JTextBox, JScrollBar, JTabbedPane, JSplitPane, JComboBox. Default colours..

This is how a Swing application looks using NimROD Look & Feel.

screenshot

Here you can see the theme editor with default colours, showing menu transparency and buttons highlighted.

screenshot

Here you can see the theme editor with a red colour scheme and an opaque menu.

screenshot

Here you can see the theme editor with a blue colour scheme and a completely transparent menu.

screenshot

Here you can se the theme editor saving a theme file with the default name, NimRODThemeFile.theme.

screenshot

Here you can se JEdit using the theme file defined in the previus screenshot. You can see transparent menus in the real world.

screenshot

Here, NetBeans. If the nimrodlf.jar file is in the netbeans/bin directory, the command line is:

netbeans -cp:p nimrodlf.jar --laf com.nilo.plaf.nimrod.NimRODLookAndFeel

If nimrodlf.jar is in another directory, the command line is:

netbeans -cp:p PATH_TO/nimrodlf.jar --laf com.nilo.plaf.nimrod.NimRODLookAndFeel
screenshot

Here, NetBeans with a dark theme. If the nimrodlf.jar file is in the netbeans/bin directory, and the theme file is in father directory, the command line is:

netbeans -J-Dnimrodlf.themeFile=../tabaco.theme -cp:p nimrodlf.jar --laf com.nilo.plaf.nimrod.NimRODLookAndFeel
screenshot

Here, Eclipse with default colour scheme. To execute Eclipse using NimROD Look & Feel, you need the EoS plugin.

screenshot

Eclipse with the "tabaco.theme" colour scheme which was used with Netbeans. Using EoS plugin and putting in Eclipse root directory the theme file renamed as NimRODThemeFile.theme.

screenshot

Here you can see JCheckBox, JRadioButton, JButton, JTextBox, JScrollBar, JTabbedPane, JSplitPane, JComboBox. Default colours.

screenshot

Here you can see menus and JTree.

screenshot

JComboBox and JTable.

screenshot

JList and JTextArea.

screenshot

JSlider and JSpinner.

screenshot

User can change the colours passing properties to the JVM.
This screenshot shows JEdit launched with the next command line, which changes all colours:

java -Dnimrodlf.p1=#6CB6FF    
     -Dnimrodlf.p2=#97CBFF    
     -Dnimrodlf.p3=#9FCFFF    
     -Dnimrodlf.s1=#2575CD    
     -Dnimrodlf.s2=#1D5A9E    
     -Dnimrodlf.s3=#154375    
     -Dnimrodlf.w=#0075D5     
     -Dnimrodlf.b=#FFFFFF     
     -jar jedit.jar
screenshot

User doesn't need to change all colours to change the applicaction. He can change only de "selection" colour and the app looks different.
This screenshot shows JEdit launched with the next command line:

java -Dnimrodlf.selection=0x96b3c2    
     -jar jedit.jar
screenshot

User can change de background colour too.
This screenshot shows JEdit launched with the next command line:

java -Dnimrodlf.selection=0x96b3c2    
     -Dnimrodlf.background=#D2DADD    
     -jar jedit.jar