001    package com.sptci.echo2.style;
002    
003    /**
004     * The default style class for label components.
005     *
006     * <p>Copyright 2006 Sans Pareil Technologies, Inc.</p>
007     * @author Rakesh Vidyadharan 2006-11-06
008     * @version $Id: Label.java 3316 2007-06-07 16:16:27Z rakesh $
009     */
010    public class Label extends Style
011    {
012      /**
013       * Initialise the style properties.
014       */
015      @Override
016      protected void init()
017      {
018        setProperty( nextapp.echo2.app.Label.PROPERTY_FONT, Font.getInstance() );
019      }
020    }