1. /*
  2. * @(#)DefaultTextUI.java 1.88 04/05/18
  3. *
  4. * Copyright 2004 Sun Microsystems, Inc. All rights reserved.
  5. * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
  6. */
  7. package javax.swing.text;
  8. import javax.swing.plaf.basic.BasicTextUI;
  9. /**
  10. * <p>
  11. * This class has been deprecated and should no longer be used.
  12. * The basis of the various TextUI implementations can be found
  13. * in the javax.swing.plaf.basic package and the class
  14. * BasicTextUI replaces this class.
  15. *
  16. * @deprecated
  17. */
  18. @Deprecated
  19. public abstract class DefaultTextUI extends BasicTextUI {
  20. }