Convenience starter of SendMail
in the unnamed package.
This class / application exists in spite of the (good) rule that no
self respecting class shall dwell in the unnamed package. The only purpose
of life is the snugness to type
java SendMail -t you@y.ou -s "a subject" -ct "a text"
instead of
java de.frame4j.SendMail -t you@y.ou -s "a subject" -ct "a text"
for example.
As might be inferred this class'
main()
just
delegates to main of the "real" Frame4J tool in its right
package. That's all.
©
Copyright 2009 Albrecht Weinert