<?xml version="1.0" encoding="utf-8"?>
<s:Button xmlns:fx="http://ns.adobe.com/mxml/2009" 
          xmlns:s="library://ns.adobe.com/flex/spark" 
          xmlns:mx="library://ns.adobe.com/flex/mx"
          toolTip="Schließen"
          width="15"
          height="15"
          skinClass="spark.skins.spark.TitleWindowCloseButtonSkin">
  
  <fx:Metadata>
   /**
    * A generic close button
     * 
     * @author Mathias Brodala
    */
  </fx:Metadata>
  
</s:Button>