I have just checked into to the Subversion trunk a few updates regarding the IzPack 3rd-party Swing look and feels support.

  1. Liquid and JGoodies Looks have been updated to their latest versions.
  2. Support has been added for the Toned-down Substance look and feel themes. The restriction to this themes family is due to the fact that the other families are either too dark ... or way too saturated[1] :-)

To use this new look and feel, here an extract of what you can put in your installer specification:

 <guiprefs height="600" resizable="yes" width="800">
     <laf name="substance" >
         <os family="unix"/>
         <param name="variant" value="moderate"/>
    </laf>
    (...)
 </guiprefs>

In this case, Substance will be used on Unix-like systems with the moderate theme.

You can already test those changes by checking out the current development version!

Notes

[1] I know Romain will agree with me!