1. /*
  2. * @(#)DefaultTextUI.java 1.84 00/02/02
  3. *
  4. * Copyright 1997-2000 Sun Microsystems, Inc. All Rights Reserved.
  5. *
  6. * This software is the proprietary information of Sun Microsystems, Inc.
  7. * Use is subject to license terms.
  8. *
  9. */
  10. package javax.swing.text;
  11. import javax.swing.plaf.basic.BasicTextUI;
  12. /**
  13. * <p>
  14. * This class has been deprecated and should no longer be used.
  15. * The basis of the various TextUI implementations can be found
  16. * in the javax.swing.plaf.basic package and the class
  17. * BasicTextUI replaces this class.
  18. *
  19. * @deprecated
  20. */
  21. public abstract class DefaultTextUI extends BasicTextUI {
  22. }