New Office Black 2007 skin in Substance 6.1

June 27th, 2010 | 1 Comment »

The latest 6.1dev drop of Substance look-and-feel library (code named Trinidad) completes the collection of skins that can be used on the Flamingo ribbon component by adding Office Black 2007 skin to the existing Office Silver 2007 and Office Blue 2007 skins. Here is how the ribbon looks under Office Black 2007 skin:

https://substance.dev.java.net/release-info/6.1/office-black-2007-1.png

This skin lives (as all others) in the org.pushingpixels.substance.api.skin and can be used with the following:

  • SubstanceLookAndFeel.setSkin(new OfficeBlack2007Skin())
  • SubstanceLookAndFeel.setSkin(“org.pushingpixels.substance.api.
    skin.OfficeBlack2007Skin”)
  • -Dswing.defaultlaf=org.pushingpixels.substance.api.
    skin.SubstanceOfficeBlack2007LookAndFeel
  • UIManager.setLookAndFeel(new SubstanceOfficeBlack2007LookAndFeel())
  • UIManager.setLookAndFeel(“org.pushingpixels.substance.api.
    skin.SubstanceOfficeBlack2007LookAndFeel”);

As with the existing Office skins, the new skin is exclusively targeting the ribbon component. Its usage on the core Swing components is not recommended. The next major Substance release will move all three Office skins to the Substance Flamingo plugin.

If you want to test the new Office Black 2007 skin in your ribbon, you will need the following:


Related posts:

  1. Substance 5.1 – polishing the Office Blue skin The Office Blue skin in Substance look-and-feel has already been reworked to be closer to...
  2. Reworking Office Silver skin for Substance 5.1 Following the work that has been done to revisit and polish the Office Blue skin...
  3. Reworking Office Blue skin for Substance 5.1 If you’re following my Twitter stream, you know that over the last few days i...
  4. Improving the integration between Substance and Flamingo When two products are developed by the same company / team / a lonely guy...


One Comment on “New Office Black 2007 skin in Substance 6.1”

  1. 1 Java desktop links of the week, June 28 | Jonathan Giles said at 12:52 pm on June 27th, 2010:

    [...] Kirill Grouchnikov has been polishing the Flamingo JRibbon component recently, but you’ll have to squint to notice the differences in most cases. Still, it goes to show the effort that is required to create a polished user interface component. In addition he has blogged about improving the integration between the Substance L&F and Flamingo, and created a new ‘Office Black 2007′ skin for Substance 6.1. [...]