Using a different background color for odd and even rows is a commonly used trick to improve readability of large tables.
I want to use this effect in Swing\'s JTable.
Either use JXTable or if you are super-lazy ( or super time-short :-)) ) you can just use "Nimbus" look-and-feel, JTable looks there stripped by default :)