/**
     * main to convert FontShowerAwt Applet into an hybrid application.
     *
     * @param args ignored.
     */
    public static void main( String args[] )
        {
        Hybrid.fireup( new FontShowerAwt(),
                TITLE_STRING + " " + VERSION_STRING,
                APPLET_WIDTH,
                APPLET_HEIGHT );
        }