New Magellan skin for Swing applications

September 8th, 2009 | 3 Comments »

In addition to the usual bug fixes and getting the internal implementation ready for the changes coming in the next major release, Substance 5.3 (code-named Reykjavik) will introduce three new skins. The first is Magellan which is based on the design of the Ballpark website (found via Hongkiat) and is reminiscent of the vibrant colors of the Windows XP taskbar ans Start menu.

To use it in your application, you have the following options:

  • -Dswing.defaultlaf=org.jvnet.substance.api.skin.SubstanceMagellanLookAndFeel
  • UIManager.setLookAndFeel(new SubstanceMagellanLookAndFeel())
  • UIManager.setLookAndFeel("org.jvnet.substance.api.skin.SubstanceMagellanLookAndFeel")
  • SubstanceLookAndFeel.setSkin(new MagellanSkin())

Here are a few screenshots that show this new skin. A small frame with a tabbed pane and a few different controls:

Highlights on selected items in lists and trees:

A frame with menu bar, tool bar and status bar from SwingX project:

A thumbnail of the main Substance test application (click for full-size view):

Error dialog from SwingX components:

Login dialog from SwingX components:

A few sliders:

As with all Substance core skins, this is work in progress and will be polished over time. The Magellan skin will be officially available in the next few days as part of the 5.3 release candidate.


Related posts:

  1. New Graphite Aqua skin for Swing applications In addition to the usual bug fixes and getting the internal implementation ready for the...
  2. New Gemini skin for Swing applications In addition to the usual bug fixes and getting the internal implementation ready for the...
  3. New Creme Coffee skin for Swing applications Just before the feature freeze of Substance 4.1, i added a new Coffee Cream skin...
  4. New Dust skin for Swing applications In addition to bug fixes and performance improvements in Substance 5.2 (code-named Quebec), i’m planning...


3 Comments on “New Magellan skin for Swing applications”

  1. 1 Pedro Duque Vieira said at 8:02 am on September 8th, 2009:

    Hi Kirill,

    Very glad to see your back working on substance :-)
    The look and feel with the most impressive visuals.

  2. 2 ithink said at 12:27 pm on September 9th, 2009:

    That blue green thing looks… ugly IMO

  3. 3 Java desktop links of the week, September 14 | Jonathan Giles said at 2:28 pm on September 13th, 2009:

    [...] has been very busy recently, putting up a heap of work that he did whilst vacationing. He published three new skins for Substance, posted about overlay painters as used in Substance, and introduced an [...]