/**
     * Allow this CanadianTax Applet to run as as a hybrid application as well.
     *
     * @param args command line arguments ignored.
     */
    public static void main( String args[] )
        {
        HybridJ.fireup( new CanadianTax( args.length == 1 ? args[ 0 ] : null ),
                TITLE_STRING + " " + VERSION_STRING,
                APPLET_WIDTH,
                APPLET_HEIGHT );
        }