/** @(#)FormattedTextField.java 1.34 1998-01-18
  * @author Roedy Green
  * @deprecated Noreplacement
  * @deprecated Replaced by otherMethod(int)
  * @exception java.beans.PropertyVetoException when mask is invalid
  * @inheritDoc [inherit everything from base or interface. Has no parameters!]
  * @override [This method is overriding intentionally. If not, it is an error. Don't confuse with @Override annotation.]
  * @param x <b>pixels</b> right of the origin.
  * @return number of oranges.
  * @see "Design Patterns by Gamma et. al"
  * @see #otherMethod
  * @see <a href="http://mindprod.com/jgloss/jgloss.html">Java & Internet Glossary</a>
  * @see java.awt.Component#repaint
  * @see java.lang.Math#min(int,int)
  * @see java.util.Comparator
  * @see OtherClass
  * @serial exclude [this method is irrevelant to serialization docs]
  * @serial include [this method is relevant to serialization docs]
  * @serialData First reads in the version number then ...
  * @serialField x1  Integer [custom serialize non-class objects]
  * @since 1.5
  * @since JDK1.5
  * @since 2000-01-02
  * @throws IOException
  * @version 1.34 1998-01-18
  *
  * Embeddable commands:
  * @param {@inheritDoc}  [inherits from base method]
  * @return {@inheritDoc} [inherits from base method]
  * @throws {@inheritDoc} [inherits from base method]
  * The smallest allowable purchase is {@value #MIN_PURCHASE} [shows static final value].
  * Refer to {@linkplain add() the overridden method}. [in plain font]
  * This Collection works much like an {@link java.util.ArrayList}. [same parms as @see]
  * This master index covers {@docRoot}.
  */