private void applySkin ()
{
try
{
long time = System.currentTimeMillis ();
StyleManager.applySkin ( new CustomSkin ( ( SkinInfo ) XmlUtils.fromXML ( editors.get ( 0 ).getText () ) ) );
componentViewer.revalidate ();
// Information in status bar
time = System.currentTimeMillis () - time;
statusMessage.setIcon ( ok );