1. /*
  2. * @(#)TableUI.java 1.11 03/01/23
  3. *
  4. * Copyright 2003 Sun Microsystems, Inc. All rights reserved.
  5. * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
  6. */
  7. package javax.swing.plaf;
  8. /**
  9. * Pluggable look and feel interface for JTable.
  10. *
  11. * @version 1.11 01/23/03
  12. * @author Alan Chung
  13. */
  14. public abstract class TableUI extends ComponentUI {
  15. }